From: Bruno Haible Date: Fri, 13 Jul 2001 14:38:32 +0000 (+0000) Subject: Big merge part 2. X-Git-Tag: v0.11~608 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9d4c382dfcf40fda70b090cd8c893d4c847f311;p=thirdparty%2Fgettext.git Big merge part 2. --- diff --git a/misc/ChangeLog b/misc/ChangeLog index 773a7623b..6ff594d34 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,8 @@ +2001-08-13 François Pinard + + * 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 * po-mode.el (po-match-string): New function. diff --git a/misc/po-mode.el b/misc/po-mode.el index 68477ce8b..91393d4a0 100644 --- a/misc/po-mode.el +++ b/misc/po-mode.el @@ -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."))) ;;; Window management.