]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 f817d235f5710c56c5e3c85f927eb192014e5c03..24d83794eac7de10bc2d61aa60918760467b20c6 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 4d952f3f9351e08e8e5c5e592d904b5d329f9e6b..8ade456ee07b7bb4cd294bff540822a77dda6120 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