Mercurial > emacs
comparison etc/NEWS @ 59778:f378841c3724
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 29 Jan 2005 17:16:47 +0000 |
parents | 51a8532d9066 |
children | 99f372bad7b9 |
comparison
equal
deleted
inserted
replaced
59777:06bae5eee9dc | 59778:f378841c3724 |
---|---|
2471 | 2471 |
2472 ** `cfengine-mode' is a major mode for editing GNU Cfengine | 2472 ** `cfengine-mode' is a major mode for editing GNU Cfengine |
2473 configuration files. | 2473 configuration files. |
2474 | 2474 |
2475 * Incompatible Lisp Changes in Emacs 21.4 | 2475 * Incompatible Lisp Changes in Emacs 21.4 |
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). | |
2476 | 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 |
2480 `substitute-key-definition' to rebind self inserting characters to | 2485 `substitute-key-definition' to rebind self inserting characters to |