]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-coding-alist): Recognize .tar.
authorRichard M. Stallman <rms@gnu.org>
Sun, 26 Jul 1998 22:03:03 +0000 (22:03 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 26 Jul 1998 22:03:03 +0000 (22:03 +0000)
lisp/international/mule.el

index 97ac481ff7042e22872b44a9f95578eb43dd968a..50279de88365f29e9ce4d9dd3b2025084e907f1d 100644 (file)
@@ -773,8 +773,8 @@ LIST is a list of coding categories ordered by priority."
 ;;; FILE I/O
 
 (defvar auto-coding-alist
-  '(("\\.\\(arc\\|zip\\|lzh\\|zoo\\|jar\\)\\'" . no-conversion)
-    ("\\.\\(ARC\\|ZIP\\|LZH\\|ZOO\\|JAR\\)\\'" . no-conversion))
+  '(("\\.\\(arc\\|zip\\|lzh\\|zoo\\|jar\\|tar\\)\\'" . no-conversion)
+    ("\\.\\(ARC\\|ZIP\\|LZH\\|ZOO\\|JAR\\|TAR\\)\\'" . 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.