diff options
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -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 . | ||
| 2478 | ARGS), where FUNNAME is a symbol other than t or nil. That stands for | ||
| 2479 | a high-level change that should be undone by evaluating (apply FUNNAME | ||
| 2480 | ARGS). | ||
| 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 |
| 2479 | the command `undefined'. (In earlier Emacs versions, it used | 2484 | the command `undefined'. (In earlier Emacs versions, it used |