aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 299ac3d9a04..9d24c5dc32c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2474,6 +2474,11 @@ configuration files.
2474 2474
2475* Incompatible Lisp Changes in Emacs 21.4 2475* Incompatible Lisp Changes in Emacs 21.4
2476 2476
2477** An element of buffer-undo-list can now have the form (FUNNAME .
2478ARGS), where FUNNAME is a symbol other than t or nil. That stands for
2479a high-level change that should be undone by evaluating (apply FUNNAME
2480ARGS).
2481
2477+++ 2482+++
2478** `suppress-keymap' now works by remapping `self-insert-command' to 2483** `suppress-keymap' now works by remapping `self-insert-command' to
2479the command `undefined'. (In earlier Emacs versions, it used 2484the command `undefined'. (In earlier Emacs versions, it used