(auto-mode-alist): Use the purecopied text (duh!).
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 8 Aug 2007 14:06:02 +0000 (14:06 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 8 Aug 2007 14:06:02 +0000 (14:06 +0000)
lisp/ChangeLog
lisp/files.el

index f817d23..24d8379 100644 (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
index 4d952f3..8ade456 100644 (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