changeset 22832:a7838d7ea983

(auto-coding-alist): Recognize .tar.
author Richard M. Stallman <rms@gnu.org>
date Sun, 26 Jul 1998 22:03:03 +0000
parents 290001bbf358
children a3fe2af7cefb
files lisp/international/mule.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/mule.el	Sun Jul 26 14:04:41 1998 +0000
+++ b/lisp/international/mule.el	Sun Jul 26 22:03:03 1998 +0000
@@ -773,8 +773,8 @@
 ;;; 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.