comparison lisp/international/mule-conf.el @ 19733:59d864067cdb

(file-coding-system-alist): Match `loaddefs.el' more accurately.
author Richard M. Stallman <rms@gnu.org>
date Wed, 03 Sep 1997 22:25:16 +0000
parents ea0964347a40
children 99b8a866c50a
comparison
equal deleted inserted replaced
19732:d8478556c7f0 19733:59d864067cdb
299 ;; compiled Emacs Lisp files (*.elc) should never be decoded nor 299 ;; compiled Emacs Lisp files (*.elc) should never be decoded nor
300 ;; encoded. tar files too. 300 ;; encoded. tar files too.
301 301
302 (setq file-coding-system-alist 302 (setq file-coding-system-alist
303 '(("\\.elc$" . (no-conversion . no-conversion)) 303 '(("\\.elc$" . (no-conversion . no-conversion))
304 ("loaddefs.el$" . (no-conversion . no-conversion)) 304 ("\\(\\`\\|/\\)loaddefs.el$" . (no-conversion . no-conversion))
305 ("\\.tar$" . (no-conversion . no-conversion)) 305 ("\\.tar$" . (no-conversion . no-conversion))
306 ("" . (undecided . nil)))) 306 ("" . (undecided . nil))))
307 307
308 308
309 ;;; Setting coding categories and their priorities. 309 ;;; Setting coding categories and their priorities.