changeset 45418:8a2b953f3d6c

(auto-coding-alist): Use emacs-mule for auto-save files. (Fix previous change.)
author Kai Großjohann <kgrossjo@eu.uu.net>
date Mon, 20 May 2002 14:13:11 +0000
parents fe2a8cd911d0
children 0b87d5e1301a
files lisp/ChangeLog lisp/international/mule.el
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon May 20 11:01:14 2002 +0000
+++ b/lisp/ChangeLog	Mon May 20 14:13:11 2002 +0000
@@ -1,6 +1,6 @@
 2002-05-20  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
-	* international/mule.el (auto-coding-alist): Use no-conversion
+	* international/mule.el (auto-coding-alist): Use emacs-mule
 	for auto-save files.
 
 2002-05-20  Miles Bader  <miles@gnu.org>
--- a/lisp/international/mule.el	Mon May 20 11:01:14 2002 +0000
+++ b/lisp/international/mule.el	Mon May 20 14:13:11 2002 +0000
@@ -1462,7 +1462,7 @@
 (defcustom auto-coding-alist
   '(("\\.\\(arc\\|zip\\|lzh\\|zoo\\|jar\\|tar\\|tgz\\)\\'" . no-conversion)
     ("\\.\\(gz\\|Z\\|bz\\|bz2\\|gpg\\)\\'" . no-conversion)
-    ("/#[^/]+#\\'" . no-conversion))
+    ("/#[^/]+#\\'" . emacs-mule))
   "Alist of filename patterns vs corresponding coding systems.
 Each element looks like (REGEXP . CODING-SYSTEM).
 A file whose name matches REGEXP is decoded by CODING-SYSTEM on reading.