diff options
| author | Luc Teirlinck | 2004-09-19 01:11:35 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-09-19 01:11:35 +0000 |
| commit | 7320911b5c895e62b0e10b32cfcd544dcda96042 (patch) | |
| tree | 6704a1b1d9cf82db6f82fb2364b16cd78de1d717 /etc | |
| parent | bcd648b07a73a05c8257e81fc378060b13cd97dc (diff) | |
| download | emacs-7320911b5c895e62b0e10b32cfcd544dcda96042.tar.gz emacs-7320911b5c895e62b0e10b32cfcd544dcda96042.zip | |
*** empty log message ***
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -2242,6 +2242,10 @@ configuration files. | |||
| 2242 | 2242 | ||
| 2243 | * Lisp Changes in Emacs 21.4 | 2243 | * Lisp Changes in Emacs 21.4 |
| 2244 | 2244 | ||
| 2245 | ** Major mode functions now run the new normal hook | ||
| 2246 | `after-change-major-mode-hook', at the end, just before the mode | ||
| 2247 | dependent hooks. | ||
| 2248 | |||
| 2245 | +++ | 2249 | +++ |
| 2246 | ** `auto-save-file-format' has been renamed to | 2250 | ** `auto-save-file-format' has been renamed to |
| 2247 | `buffer-auto-save-file-format' and made into a permanent local. | 2251 | `buffer-auto-save-file-format' and made into a permanent local. |