changeset 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 d8478556c7f0
children c4894d8a3310
files lisp/international/mule-conf.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/mule-conf.el	Wed Sep 03 21:09:39 1997 +0000
+++ b/lisp/international/mule-conf.el	Wed Sep 03 22:25:16 1997 +0000
@@ -301,7 +301,7 @@
 
 (setq file-coding-system-alist
       '(("\\.elc$" . (no-conversion . no-conversion))
-	("loaddefs.el$" . (no-conversion . no-conversion))
+	("\\(\\`\\|/\\)loaddefs.el$" . (no-conversion . no-conversion))
 	("\\.tar$" . (no-conversion . no-conversion))
 	("" . (undecided . nil))))