* lisp/international/mule-conf.el (file-coding-system-alist): Use utf-8 as
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 11 Jun 2013 12:51:18 +0000 (08:51 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 11 Jun 2013 12:51:18 +0000 (08:51 -0400)
default for Elisp files.

lisp/ChangeLog
lisp/international/mule-conf.el

index f3e6eb1..6175916 100644 (file)
@@ -1,3 +1,8 @@
+2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
+       default for Elisp files.
+
 2013-06-11  Glenn Morris  <rgm@gnu.org>
 
        * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
index a31a90d..48487b8 100644 (file)
@@ -1508,6 +1508,7 @@ for decoding and encoding files, process I/O, etc."
 (setq file-coding-system-alist
       (mapcar (lambda (arg) (cons (purecopy (car arg)) (cdr arg)))
       '(("\\.elc\\'" . utf-8-emacs)
+       ("\\.el\\'" . utf-8)
        ("\\.utf\\(-8\\)?\\'" . utf-8)
        ("\\.xml\\'" . xml-find-file-coding-system)
        ;; We use raw-text for reading loaddefs.el so that if it