From 0530d5ca3d64c25e7d8488526bb70c3ef28d81d9 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 12 Jun 2013 22:19:59 -0700 Subject: [PATCH] * etc/NEWS: Add entry about utf-8 for elisp files --- etc/NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) 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' -- 2.11.4.GIT