]> git.eshelyaron.com Git - emacs.git/commitdiff
file-coding-system-alist): Use \',
authorDave Love <fx@gnu.org>
Fri, 6 Oct 2000 18:45:08 +0000 (18:45 +0000)
committerDave Love <fx@gnu.org>
Fri, 6 Oct 2000 18:45:08 +0000 (18:45 +0000)
not $.

lisp/international/mule-conf.el

index 2f1f7571b35c173753f9479cddc0ccd0e7e8bc97..8b2c5da5bcd4098e5cd1be5a7340d33e8ab13ab0 100644 (file)
 ;; Tar files are not decoded at all, but we treat them as raw bytes.
 
 (setq file-coding-system-alist
-      '(("\\.elc$" . (emacs-mule . emacs-mule))
-       ("\\(\\`\\|/\\)loaddefs.el$" . (no-conversion . no-conversion))
-       ("\\.tar$" . (no-conversion . no-conversion))
+      '(("\\.elc\\'" . (emacs-mule . emacs-mule))
+       ("\\(\\`\\|/\\)loaddefs.el\\'" . (no-conversion . no-conversion))
+       ("\\.tar\\'" . (no-conversion . no-conversion))
        ("" . (undecided . nil))))
 
 \f