# HG changeset patch # User Luc Teirlinck # Date 1106006459 0 # Node ID 18462b0e2a005e642d7dd6adef0a87ce331b1ebb # Parent d331bbaca959108df3eca5f0896a964871009b78 *** empty log message *** diff -r d331bbaca959 -r 18462b0e2a00 etc/NEWS --- 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.