From 2238f751d509a09b2222d608d3cd6f4d85691311 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Fri, 6 Oct 2000 18:45:08 +0000 Subject: [PATCH] file-coding-system-alist): Use \', not $. --- lisp/international/mule-conf.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index 2f1f7571b35..8b2c5da5bcd 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el @@ -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)))) -- 2.39.2