aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-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'