Mercurial > emacs
comparison etc/NEWS @ 59607:18462b0e2a00
*** empty log message ***
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Tue, 18 Jan 2005 00:00:59 +0000 |
parents | d331bbaca959 |
children | 939528a9d14b |
comparison
equal
deleted
inserted
replaced
59606:d331bbaca959 | 59607:18462b0e2a00 |
---|---|
2464 | 2464 |
2465 ** `cfengine-mode' is a major mode for editing GNU Cfengine | 2465 ** `cfengine-mode' is a major mode for editing GNU Cfengine |
2466 configuration files. | 2466 configuration files. |
2467 | 2467 |
2468 * Incompatible Lisp Changes in Emacs 21.4 | 2468 * Incompatible Lisp Changes in Emacs 21.4 |
2469 | |
2470 +++ | |
2471 ** `suppress-keymap' now works by remapping `self-insert-command' to | |
2472 the command `undefined'. (In earlier Emacs versions, it used | |
2473 `substitute-key-definition' to rebind self inserting characters to | |
2474 `undefined'.) | |
2469 | 2475 |
2470 +++ | 2476 +++ |
2471 ** Mode line display ignores text properties as well as the | 2477 ** Mode line display ignores text properties as well as the |
2472 :propertize and :eval forms in the value of a variable whose | 2478 :propertize and :eval forms in the value of a variable whose |
2473 `risky-local-variable' property is nil. | 2479 `risky-local-variable' property is nil. |