diff options
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2002-05-20 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 1 | 2002-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 | ||
| 6 | 2002-05-20 Miles Bader <miles@gnu.org> | 6 | 2002-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. |
| 1467 | Each element looks like (REGEXP . CODING-SYSTEM). | 1467 | Each element looks like (REGEXP . CODING-SYSTEM). |
| 1468 | A file whose name matches REGEXP is decoded by CODING-SYSTEM on reading. | 1468 | A file whose name matches REGEXP is decoded by CODING-SYSTEM on reading. |