1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(auto-mode-alist): Use the purecopied text (duh!).

This commit is contained in:
Stefan Monnier 2007-08-08 14:06:02 +00:00
parent ece1116442
commit 4aaffda19b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
* files.el (auto-mode-alist): Use the purecopied text (duh!).
2007-08-08 Andreas Schwab <schwab@suse.de>
* mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for

View File

@ -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