From: Stefan Monnier Date: Wed, 8 Aug 2007 14:06:02 +0000 (+0000) Subject: (auto-mode-alist): Use the purecopied text (duh!). X-Git-Tag: emacs-pretest-22.1.90~1037 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4aaffda19b84c458cc5637c0e3b5dea5eea38fd6;p=emacs.git (auto-mode-alist): Use the purecopied text (duh!). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f817d235f57..24d83794eac 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-08-08 Stefan Monnier + + * files.el (auto-mode-alist): Use the purecopied text (duh!). + 2007-08-08 Andreas Schwab * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for diff --git a/lisp/files.el b/lisp/files.el index 4d952f3f935..8ade456ee07 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -1886,7 +1886,7 @@ since only a single case-insensitive search through the alist is made." ;; c++-mode, java-mode and more) are added through autoload ;; directives in that file. That way is discouraged since it ;; spreads out the definition of the initial value. - (mapc + (mapcar (lambda (elt) (cons (purecopy (car elt)) (cdr elt))) `(;; do this first, so that .html.pl is Polish html, not Perl