Mercurial > emacs
comparison etc/NEWS @ 57178:e4cb3e4ca6e8
*** empty log message ***
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Tue, 21 Sep 2004 01:11:31 +0000 |
parents | a7d4968614da |
children | 720d7ae784c7 0796fc36c2bd |
comparison
equal
deleted
inserted
replaced
57177:b4cd85fb44e5 | 57178:e4cb3e4ca6e8 |
---|---|
2246 configuration files. | 2246 configuration files. |
2247 | 2247 |
2248 * Lisp Changes in Emacs 21.4 | 2248 * Lisp Changes in Emacs 21.4 |
2249 | 2249 |
2250 ** Major mode functions now run the new normal hook | 2250 ** Major mode functions now run the new normal hook |
2251 `after-change-major-mode-hook', at the end, just before the mode | 2251 `after-change-major-mode-hook', at their very end, after the mode hooks. |
2252 dependent hooks. | |
2253 | 2252 |
2254 +++ | 2253 +++ |
2255 ** `auto-save-file-format' has been renamed to | 2254 ** `auto-save-file-format' has been renamed to |
2256 `buffer-auto-save-file-format' and made into a permanent local. | 2255 `buffer-auto-save-file-format' and made into a permanent local. |
2257 | 2256 |