From: Richard M. Stallman Date: Sat, 29 Jan 2005 17:16:47 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~2548 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=96b3faf8920dd28418fd817c821c3eb0291ecc4d;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index 299ac3d9a04..9d24c5dc32c 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2474,6 +2474,11 @@ configuration files. * Incompatible Lisp Changes in Emacs 21.4 +** An element of buffer-undo-list can now have the form (FUNNAME . +ARGS), where FUNNAME is a symbol other than t or nil. That stands for +a high-level change that should be undone by evaluating (apply FUNNAME +ARGS). + +++ ** `suppress-keymap' now works by remapping `self-insert-command' to the command `undefined'. (In earlier Emacs versions, it used