aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/international/mule.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b68ef87b2df..eb5a3ccb263 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,6 +1,6 @@
12002-05-20 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 12002-05-20 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2 2
3 * international/mule.el (auto-coding-alist): Use no-conversion 3 * international/mule.el (auto-coding-alist): Use emacs-mule
4 for auto-save files. 4 for auto-save files.
5 5
62002-05-20 Miles Bader <miles@gnu.org> 62002-05-20 Miles Bader <miles@gnu.org>
diff --git a/lisp/international/mule.el b/lisp/international/mule.el
index 58d876ea0d1..fea506437a5 100644
--- a/lisp/international/mule.el
+++ b/lisp/international/mule.el
@@ -1462,7 +1462,7 @@ text, and convert it in the temporary buffer. Otherwise, convert in-place."
1462(defcustom auto-coding-alist 1462(defcustom auto-coding-alist
1463 '(("\\.\\(arc\\|zip\\|lzh\\|zoo\\|jar\\|tar\\|tgz\\)\\'" . no-conversion) 1463 '(("\\.\\(arc\\|zip\\|lzh\\|zoo\\|jar\\|tar\\|tgz\\)\\'" . no-conversion)
1464 ("\\.\\(gz\\|Z\\|bz\\|bz2\\|gpg\\)\\'" . no-conversion) 1464 ("\\.\\(gz\\|Z\\|bz\\|bz2\\|gpg\\)\\'" . no-conversion)
1465 ("/#[^/]+#\\'" . no-conversion)) 1465 ("/#[^/]+#\\'" . emacs-mule))
1466 "Alist of filename patterns vs corresponding coding systems. 1466 "Alist of filename patterns vs corresponding coding systems.
1467Each element looks like (REGEXP . CODING-SYSTEM). 1467Each element looks like (REGEXP . CODING-SYSTEM).
1468A file whose name matches REGEXP is decoded by CODING-SYSTEM on reading. 1468A file whose name matches REGEXP is decoded by CODING-SYSTEM on reading.