aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXue Fuqiao2013-06-15 15:45:06 +0800
committerXue Fuqiao2013-06-15 15:45:06 +0800
commit179fcac85465f5014383cb9c2df52879810feea7 (patch)
tree72f45787a6a356aef5def82a39ae6f205995fc43
parent210272cebb7051a9e06b80cd10f17e6bd66e4a2e (diff)
downloademacs-179fcac85465f5014383cb9c2df52879810feea7.tar.gz
emacs-179fcac85465f5014383cb9c2df52879810feea7.zip
NEWS fix.
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1361b2491e6..cf24aae8f08 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -418,7 +418,7 @@ It is layered as:
418(See file-coding-system-alist.) In most cases, this change is transparent, but 418(See file-coding-system-alist.) In most cases, this change is transparent, but
419files that contain unusual characters without specifying an explicit coding 419files that contain unusual characters without specifying an explicit coding
420system may fail to load with obscure errors. 420system may fail to load with obscure errors.
421You should either convert them to utf-8 or add an explicit coding: cookie. 421You should either convert them to utf-8 or add an explicit `coding:' cookie.
422 422
423** overriding-terminal-local-map does not replace the local keymaps any more. 423** overriding-terminal-local-map does not replace the local keymaps any more.
424It used to disable the minor mode, major mode, and text-property keymaps, 424It used to disable the minor mode, major mode, and text-property keymaps,