Mercurial > emacs
changeset 24681:8187e7ce3c56
(auto-coding-alist): Add .tgz.
author | Dave Love <fx@gnu.org> |
---|---|
date | Sun, 02 May 1999 13:41:07 +0000 |
parents | fc493aad59ad |
children | bf45371ca138 |
files | lisp/international/mule.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule.el Sun May 02 11:02:11 1999 +0000 +++ b/lisp/international/mule.el Sun May 02 13:41:07 1999 +0000 @@ -889,8 +889,8 @@ ;;; FILE I/O (defvar auto-coding-alist - '(("\\.\\(arc\\|zip\\|lzh\\|zoo\\|jar\\|tar\\)\\'" . no-conversion) - ("\\.\\(ARC\\|ZIP\\|LZH\\|ZOO\\|JAR\\|TAR\\)\\'" . no-conversion)) + '(("\\.\\(arc\\|zip\\|lzh\\|zoo\\|jar\\|tar\\|tgz\\)\\'" . no-conversion) + ("\\.\\(ARC\\|ZIP\\|LZH\\|ZOO\\|JAR\\|TAR\\|TGZ\\)\\'" . 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.