Mercurial > emacs
changeset 57216:017a3967e7a1
*** empty log message ***
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sat, 25 Sep 2004 02:41:19 +0000 |
parents | 3bd3c7450f87 |
children | 6afcc5331733 |
files | lisp/ChangeLog lispref/ChangeLog |
diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Sep 25 02:32:15 2004 +0000 +++ b/lisp/ChangeLog Sat Sep 25 02:41:19 2004 +0000 @@ -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.
--- a/lispref/ChangeLog Sat Sep 25 02:32:15 2004 +0000 +++ b/lispref/ChangeLog Sat Sep 25 02:41:19 2004 +0000 @@ -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.