# HG changeset patch # User Luc Teirlinck # Date 1096080079 0 # Node ID 017a3967e7a1e9ea0e40cea7492e0c3a36763daf # Parent 3bd3c7450f878dc68c47b0001bebda1024699875 *** empty log message *** diff -r 3bd3c7450f87 -r 017a3967e7a1 lisp/ChangeLog --- 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 + + * subr.el (delay-mode-hooks): Doc fix. + 2004-09-25 Kim F. Storm * ido.el (ido-max-directory-size): New defcustom. diff -r 3bd3c7450f87 -r 017a3967e7a1 lispref/ChangeLog --- 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 + * 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.