]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-coding-alist): Use emacs-mule
authorKai Großjohann <kgrossjo@eu.uu.net>
Mon, 20 May 2002 14:13:11 +0000 (14:13 +0000)
committerKai Großjohann <kgrossjo@eu.uu.net>
Mon, 20 May 2002 14:13:11 +0000 (14:13 +0000)
for auto-save files.  (Fix previous change.)

lisp/ChangeLog
lisp/international/mule.el

index b68ef87b2df3efe056ac68020ce53156d3fed79e..eb5a3ccb263f2d24b86b9c5bc9cee9a3e15cc5cc 100644 (file)
@@ -1,6 +1,6 @@
 2002-05-20  Kai Gro\e,A_\e(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>
index 58d876ea0d115f6bb3a156271457cf57a85765ca..fea506437a5b3b30a3cb5b68e3ac26841e0562ea 100644 (file)
@@ -1462,7 +1462,7 @@ text, and convert it in the temporary buffer.  Otherwise, convert in-place."
 (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.