# HG changeset patch # User Kai Grojohann # Date 1021903991 0 # Node ID 8a2b953f3d6cbb3e5249645688ba8e88028f3677 # Parent fe2a8cd911d0a2f1b0dccef0b9c72d180c9ff7ab (auto-coding-alist): Use emacs-mule for auto-save files. (Fix previous change.) diff -r fe2a8cd911d0 -r 8a2b953f3d6c lisp/ChangeLog --- 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 - * 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 diff -r fe2a8cd911d0 -r 8a2b953f3d6c lisp/international/mule.el --- 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.