+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.
@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
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