1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

*** empty log message ***

This commit is contained in:
Luc Teirlinck 2004-09-19 01:11:35 +00:00
parent bcd648b07a
commit 7320911b5c
2 changed files with 20 additions and 0 deletions

View File

@ -2242,6 +2242,10 @@ configuration files.
* Lisp Changes in Emacs 21.4
** Major mode functions now run the new normal hook
`after-change-major-mode-hook', at the end, just before the mode
dependent hooks.
+++
** `auto-save-file-format' has been renamed to
`buffer-auto-save-file-format' and made into a permanent local.

View File

@ -1,3 +1,19 @@
2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
* textmodes/enriched.el (enriched-rerun-flag): New variable.
(enriched-before-change-major-mode): New function.
Add it to `change-major-mode-hook'.
(enriched-after-change-major-mode): New function.
Add it to `after-change-major-mode-hook'.
(enriched-mode): Make it work correctly if called from
`after-change-major-mode-hook'.
No longer set `indent-line-function'.
* simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
* subr.el (after-change-major-mode-hook): New variable.
(run-mode-hooks): Implement it.
2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
* battery.el (battery-linux-proc-apm): Use string-to-number.