+2001-08-13 François Pinard <pinard@iro.umontreal.ca>
+
+ * po-mode.el (po-mode): Issue message after running hooks rather than
+ before, augmenting the chances that the message does not get erased.
+
1999-07-25 François Pinard <pinard@iro.umontreal.ca>
* po-mode.el (po-match-string): New function.
(add-hook 'write-contents-hooks 'po-replace-revision-date)
- (message (_"You may type `h' or `?' for a short PO mode reminder."))
- (run-hooks 'po-mode-hook))
+ (run-hooks 'po-mode-hook)
+ (message (_"You may type `h' or `?' for a short PO mode reminder.")))
\f
;;; Window management.