Mercurial > emacs
changeset 19005:b07745668138
(file-coding-system-alist): Use no-conversion for tar files.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 27 Jul 1997 00:07:08 +0000 |
parents | f2ce7e947ec9 |
children | 8a0265f609ff |
files | lisp/international/mule-conf.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule-conf.el Sun Jul 27 00:06:20 1997 +0000 +++ b/lisp/international/mule-conf.el Sun Jul 27 00:07:08 1997 +0000 @@ -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))))