From: Bruno Haible Date: Thu, 2 Aug 2001 13:21:55 +0000 (+0000) Subject: Follow a po-mode.el change. X-Git-Tag: v0.11~571 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43452bf99fd1e61503c8bbd0989852af6b06e2a5;p=thirdparty%2Fgettext.git Follow a po-mode.el change. --- diff --git a/doc/ChangeLog b/doc/ChangeLog index c52d4f83f..47bec9f98 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2001-07-22 Bruno Haible + + * gettext.texi (Completing GNU gettext Installation): Don't recommend + to use po-mode for POT files. See 2001-07-08 po-mode.el change. + 2001-07-24 Bruno Haible * gettext-0.10.39 released. diff --git a/doc/gettext.texi b/doc/gettext.texi index b5e45ad5c..bdc56a4d9 100644 --- a/doc/gettext.texi +++ b/doc/gettext.texi @@ -817,7 +817,7 @@ like: @example (setq auto-mode-alist - (cons '("\\.po[tx]?\\'\\|\\.po\\." . po-mode) auto-mode-alist)) + (cons '("\\.po\\'\\|\\.po\\." . po-mode) auto-mode-alist)) (autoload 'po-mode "po-mode" "Major mode for translators to edit PO files" t) @end example @@ -837,7 +837,7 @@ and used for displaying the translations on your Emacs screen. For this to happen, add the lines: @example -(modify-coding-system-alist 'file "\\.po[tx]?\\'\\|\\.po\\." +(modify-coding-system-alist 'file "\\.po\\'\\|\\.po\\." 'po-find-file-coding-system) (autoload 'po-find-file-coding-system "po-mode") @end example