car or each item, not the whole list.
+2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
+
+ * international/mule.el (auto-coding-regexp-alist): Only purecopy
+ car or each item, not the whole list.
+
2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
* minibuffer.el (minibuffer-completion-help):
(symbol :tag "Coding system"))))
(defcustom auto-coding-regexp-alist
- (purecopy
+ (mapcar (lambda (arg) (cons (purecopy (car arg)) (cdr arg)))
'(("\\`BABYL OPTIONS:[ \t]*-\\*-[ \t]*rmail[ \t]*-\\*-" . no-conversion)
("\\`\xFE\xFF" . utf-16be-with-signature)
("\\`\xFF\xFE" . utf-16le-with-signature)