aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-06-12 22:19:59 -0700
committerGlenn Morris2013-06-12 22:19:59 -0700
commit0530d5ca3d64c25e7d8488526bb70c3ef28d81d9 (patch)
tree1afc11ba4bc229fba2cf63e122b8a583e066b693
parentafbfe14326d04ba667f6940ac9d67190790bcfd5 (diff)
downloademacs-0530d5ca3d64c25e7d8488526bb70c3ef28d81d9.tar.gz
emacs-0530d5ca3d64c25e7d8488526bb70c3ef28d81d9.zip
* etc/NEWS: Add entry about utf-8 for elisp files
-rw-r--r--etc/NEWS9
1 files changed, 9 insertions, 0 deletions
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'.
438 438
439* Lisp Changes in Emacs 24.4 439* Lisp Changes in Emacs 24.4
440 440
441FIXME - someone who knows what they are talking about, please improve
442this - see http://debbugs.gnu.org/14596
443** The default file coding for Emacs Lisp files is now utf-8.
444(See file-coding-system-alist.) In most cases, this change is
445totally transparent. Files that contain unusual characters but do
446not specify an explicit coding system may fail to load with obscure
447errors. You should either convert them to utf-8 or add an explicit
448coding: cookie.
449
441** Obsoleted functions: 450** Obsoleted functions:
442*** `dont-compile' 451*** `dont-compile'
443*** `lisp-complete-symbol' 452*** `lisp-complete-symbol'