* etc/NEWS: Add entry about utf-8 for elisp files
authorGlenn Morris <rgm@gnu.org>
Thu, 13 Jun 2013 05:19:59 +0000 (22:19 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 13 Jun 2013 05:19:59 +0000 (22:19 -0700)
etc/NEWS

index 1e6088f..7f7c8bb 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -438,6 +438,15 @@ file using `set-file-extended-attributes'.
 \f
 * 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'