# HG changeset patch # User Dave Love # Date 970857908 0 # Node ID 6a5bae3ed1c12a02e51393d57d1ad9ec7458e072 # Parent d22ae991ac5fe9a5b049b70c8e573e95cc75331e file-coding-system-alist): Use \', not $. diff -r d22ae991ac5f -r 6a5bae3ed1c1 lisp/international/mule-conf.el --- a/lisp/international/mule-conf.el Fri Oct 06 18:37:50 2000 +0000 +++ b/lisp/international/mule-conf.el Fri Oct 06 18:45:08 2000 +0000 @@ -397,9 +397,9 @@ ;; 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))))