changeset 32228:6a5bae3ed1c1

file-coding-system-alist): Use \', not $.
author Dave Love <fx@gnu.org>
date Fri, 06 Oct 2000 18:45:08 +0000
parents d22ae991ac5f
children 108b464ba713
files lisp/international/mule-conf.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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))))