1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

*** empty log message ***

This commit is contained in:
Luc Teirlinck 2004-09-25 02:41:19 +00:00
parent 1e6c82a141
commit e88ebce620
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
* subr.el (delay-mode-hooks): Doc fix.
2004-09-25 Kim F. Storm <storm@cua.dk>
* ido.el (ido-max-directory-size): New defcustom.

View File

@ -1,5 +1,7 @@
2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
* hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
* modes.texi: Various minor changes in addition to:
(Major Mode Conventions): Final call to `run-mode-hooks' should
not be inside the `delay-mode-hooks' form.