(file-coding-system-alist): Use no-conversion for tar files.

This commit is contained in:
Richard M. Stallman 1997-07-27 00:07:08 +00:00
parent 4eec33ae22
commit 9f993a1044

View file

@ -283,11 +283,12 @@
;; 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))))