]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Follow a po-mode.el change.
authorBruno Haible <bruno@clisp.org>
Thu, 2 Aug 2001 13:21:55 +0000 (13:21 +0000)
committerBruno Haible <bruno@clisp.org>
Thu, 2 Aug 2001 13:21:55 +0000 (13:21 +0000)
doc/ChangeLog
doc/gettext.texi

index c52d4f83f29de9bb0b55223648d9d12f2693365b..47bec9f98ccf5c67dfab9ca6c53a56a2b88eaf98 100644 (file)
@@ -1,3 +1,8 @@
+2001-07-22  Bruno Haible  <haible@clisp.cons.org>
+
+       * 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  <haible@clisp.cons.org>
 
        * gettext-0.10.39 released.
index b5e45ad5c28e8d07eb4d97cf8ec7ef73d7ae0b3a..bdc56a4d96ef4da308316cec1a90c3ab5632b5ca 100644 (file)
@@ -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