Mercurial > emacs
diff etc/NEWS @ 59607:18462b0e2a00
*** empty log message ***
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Tue, 18 Jan 2005 00:00:59 +0000 |
parents | d331bbaca959 |
children | 939528a9d14b |
line wrap: on
line diff
--- a/etc/NEWS Mon Jan 17 23:52:58 2005 +0000 +++ b/etc/NEWS Tue Jan 18 00:00:59 2005 +0000 @@ -2468,6 +2468,12 @@ * Incompatible Lisp Changes in Emacs 21.4 +++ +** `suppress-keymap' now works by remapping `self-insert-command' to +the command `undefined'. (In earlier Emacs versions, it used +`substitute-key-definition' to rebind self inserting characters to +`undefined'.) + ++++ ** Mode line display ignores text properties as well as the :propertize and :eval forms in the value of a variable whose `risky-local-variable' property is nil.