From: Bruno Haible Date: Tue, 6 Mar 2001 16:07:14 +0000 (+0000) Subject: A commodity patch by Karl Eichwalder. X-Git-Tag: v0.10.36~134 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=521cc6e3ac6f10cf2bade7db3d6cceaee8f36857;p=thirdparty%2Fgettext.git A commodity patch by Karl Eichwalder. --- diff --git a/misc/ChangeLog b/misc/ChangeLog index aefb0d14a..a8a423f77 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,8 @@ +2001-03-03 Karl Eichwalder + + * po-mode.el (po-subedit-exit): Run po-subedit-exit-hook before + leaving the edit buffer. + 2001-02-10 Bruno Haible * gettextize.in: Bail out if $gettext_dir doesn't exist. diff --git a/misc/po-mode.el b/misc/po-mode.el index d71e41a97..7e0b02fbc 100644 --- a/misc/po-mode.el +++ b/misc/po-mode.el @@ -1811,6 +1811,7 @@ The string is properly recommented before the replacement occurs." (skip-chars-backward " \t\n") (if (eq (preceding-char) ?<) (delete-region (1- (point)) (point-max))) + (run-hooks 'po-subedit-exit-hook) (let ((string (buffer-string))) (po-subedit-abort) (po-find-span-of-entry)