]> code.delx.au - gnu-emacs/commitdiff
(file-coding-system-alist): Use no-conversion for tar files.
authorRichard M. Stallman <rms@gnu.org>
Sun, 27 Jul 1997 00:07:08 +0000 (00:07 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 27 Jul 1997 00:07:08 +0000 (00:07 +0000)
lisp/international/mule-conf.el

index 4be3916b4542ac668db6c1e3d897120495c45700..87b792a3de1497f36e21246c1673b9af44cfa041 100644 (file)
 
 ;; Setting coding system `undecided' for reading any files.  Though,
 ;; compiled Emacs Lisp files (*.elc) should never be decoded nor
-;; encoded.
+;; encoded.  tar files too.
 
 (setq file-coding-system-alist
       '(("\\.elc$" . (no-conversion . no-conversion))
        ("loaddefs.el$" . (no-conversion . no-conversion))
+       ("\\.tar$" . (no-conversion . no-conversion))
        ("" . (undecided . nil))))
 
 \f