# HG changeset patch # User Stefan Monnier # Date 1186581962 0 # Node ID 5b1c6b581bbe05dc201a7af3e3c78ee4f4dce1dd # Parent 18a03d09045b83a9b5a0722f95a48b4eab73193a (auto-mode-alist): Use the purecopied text (duh!). diff -r 18a03d09045b -r 5b1c6b581bbe lisp/ChangeLog --- a/lisp/ChangeLog Wed Aug 08 11:51:48 2007 +0000 +++ b/lisp/ChangeLog Wed Aug 08 14:06:02 2007 +0000 @@ -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 -r 18a03d09045b -r 5b1c6b581bbe lisp/files.el --- a/lisp/files.el Wed Aug 08 11:51:48 2007 +0000 +++ b/lisp/files.el Wed Aug 08 14:06:02 2007 +0000 @@ -1886,7 +1886,7 @@ ;; 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