Mercurial > emacs
changeset 37995:35006c638de9
(auto-coding-alist): Remove redundant
up-cased versions of the extensions (auto-coding-alist-lookup is
case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
.gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Thu, 07 Jun 2001 13:56:38 +0000 |
parents | 04649657763c |
children | 644537b7e5eb |
files | lisp/international/mule.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule.el Thu Jun 07 13:49:33 2001 +0000 +++ b/lisp/international/mule.el Thu Jun 07 13:56:38 2001 +0000 @@ -1225,7 +1225,7 @@ (defcustom auto-coding-alist '(("\\.\\(arc\\|zip\\|lzh\\|zoo\\|jar\\|tar\\|tgz\\)\\'" . no-conversion) - ("\\.\\(ARC\\|ZIP\\|LZH\\|ZOO\\|JAR\\|TAR\\|TGZ\\)\\'" . no-conversion)) + ("\\.\\(gz\\|Z\\|bz\\|bz2\\|gpg\\)\\'" . no-conversion)) "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.