(file-coding-system-alist): Add an association for PO files.
This commit is contained in:
parent
8d89e048cc
commit
518a0981c8
2 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* international/mule-conf.el (file-coding-system-alist): Add an
|
||||
association for PO files.
|
||||
|
||||
* textmodes/po.el: New file.
|
||||
|
||||
2002-03-15 Gerd Moellmann <gerd@gnu.org>
|
||||
|
|
|
@ -483,6 +483,7 @@ for decoding and encoding files, process I/O, etc."
|
|||
;; the beginning of a doc string, work.
|
||||
("\\(\\`\\|/\\)loaddefs.el\\'" . (raw-text . raw-text-unix))
|
||||
("\\.tar\\'" . (no-conversion . no-conversion))
|
||||
( "\\.po[tx]?\\'\\|\\.po\\." . po-find-file-coding-system)
|
||||
("" . (undecided . nil))))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue