From: Glenn Morris Date: Thu, 13 Jun 2013 05:19:59 +0000 (-0700) Subject: * etc/NEWS: Add entry about utf-8 for elisp files X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2016^2~137 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0530d5ca3d64c25e7d8488526bb70c3ef28d81d9;p=emacs.git * etc/NEWS: Add entry about utf-8 for elisp files --- diff --git a/etc/NEWS b/etc/NEWS index 1e6088fe671..7f7c8bb2916 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -438,6 +438,15 @@ file using `set-file-extended-attributes'. * Lisp Changes in Emacs 24.4 +FIXME - someone who knows what they are talking about, please improve +this - see http://debbugs.gnu.org/14596 +** The default file coding for Emacs Lisp files is now utf-8. +(See file-coding-system-alist.) In most cases, this change is +totally transparent. Files that contain unusual characters but do +not specify an explicit coding system may fail to load with obscure +errors. You should either convert them to utf-8 or add an explicit +coding: cookie. + ** Obsoleted functions: *** `dont-compile' *** `lisp-complete-symbol'