changeset 78508:5b1c6b581bbe

(auto-mode-alist): Use the purecopied text (duh!).
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 08 Aug 2007 14:06:02 +0000
parents 18a03d09045b
children 3db577f2c6a5
files lisp/ChangeLog lisp/files.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <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
--- 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