]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Big merge part 2.
authorBruno Haible <bruno@clisp.org>
Fri, 13 Jul 2001 14:38:32 +0000 (14:38 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 13 Jul 2001 14:38:32 +0000 (14:38 +0000)
misc/ChangeLog
misc/po-mode.el

index 773a7623b1da34c4680a16d333fcb678bbc8117d..6ff594d34838812aa462d15258387af7f4ced450 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 68477ce8baf03e106641534b05e174a098ca4f31..91393d4a04374d1f6b0cd4ba0156256db9f34042 100644 (file)
@@ -875,8 +875,8 @@ all reachable through `M-x customize', in group `Emacs.Editing.I18n.Po'."
 
   (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.