aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2002-03-15 13:53:27 +0000
committerEli Zaretskii <[email protected]>2002-03-15 13:53:27 +0000
commit518a0981c86d38bdd95dd2a152470df9a7d5ec21 (patch)
tree2ac7f418a7ba294a5109e2f632181f02e1f9b055 /lisp
parent8d89e048cc2cd3991a882d305d05a37a6b18407a (diff)
(file-coding-system-alist): Add an association for PO files.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/international/mule-conf.el1
2 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 865917eb05..eb7ad60d3c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2002-03-15 Eli Zaretskii <[email protected]>
+ * international/mule-conf.el (file-coding-system-alist): Add an
+ association for PO files.
+
* textmodes/po.el: New file.
2002-03-15 Gerd Moellmann <[email protected]>
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el
index fe3d6a2e49..05ab584f51 100644
--- a/lisp/international/mule-conf.el
+++ b/lisp/international/mule-conf.el
@@ -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))))