]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-coding-alist): Add .tgz.
authorDave Love <fx@gnu.org>
Sun, 2 May 1999 13:41:07 +0000 (13:41 +0000)
committerDave Love <fx@gnu.org>
Sun, 2 May 1999 13:41:07 +0000 (13:41 +0000)
lisp/international/mule.el

index b9647b75b1c895a169c0a59a140f5723e2270aca..d472b260edce844fe47d175b51d32ad5aeb082c2 100644 (file)
@@ -889,8 +889,8 @@ LIST is a list of coding categories ordered by priority."
 ;;; 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.