+2008-12-20 Jason Rumney <jasonr@gnu.org>
+
+ * international/mule.el (auto-coding-regexp-alist): Use
+ utf-8-with-signature for files starting with UTF-8 BOM.
+
2008-12-20 Ami Fischman <ami@fischman.org>
* bindings.el (mode-line-eol-desc): Use assoc to query
'(("^BABYL OPTIONS:[ \t]*-\\*-[ \t]*rmail[ \t]*-\\*-" . no-conversion)
("\\`\xFE\xFF" . utf-16be-with-signature)
("\\`\xFF\xFE" . utf-16le-with-signature)
- ("\\`\xEF\xBB\xBF" . utf-8)
+ ("\\`\xEF\xBB\xBF" . utf-8-with-signature)
("\\`;ELC\024\0\0\0" . emacs-mule)) ; Emacs 20-compiled
"Alist of patterns vs corresponding coding systems.
Each element looks like (REGEXP . CODING-SYSTEM).