From 45885400510833c61da0c0aff800577234fc303a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kai=20Gro=C3=9Fjohann?= Date: Mon, 20 May 2002 14:13:11 +0000 Subject: [PATCH] (auto-coding-alist): Use emacs-mule for auto-save files. (Fix previous change.) --- lisp/ChangeLog | 2 +- lisp/international/mule.el | 2 +- 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 @@ 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 --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." (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. -- 2.39.2