diff options
| author | Luc Teirlinck | 2005-05-29 15:04:53 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2005-05-29 15:04:53 +0000 |
| commit | 7fa9f4ebb3b49b3a8edfdac4129438944f5e4f97 (patch) | |
| tree | bdd1742ce146468334d48bdb0815204a2736ff4b /lispref | |
| parent | 01f52a8797d5da496d96561f7003e2ef69c1eb0b (diff) | |
| download | emacs-7fa9f4ebb3b49b3a8edfdac4129438944f5e4f97.tar.gz emacs-7fa9f4ebb3b49b3a8edfdac4129438944f5e4f97.zip | |
*** empty log message ***
Diffstat (limited to 'lispref')
| -rw-r--r-- | lispref/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 6e8700f1b36..6077deea9bb 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-05-29 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * modes.texi (Major Mode Conventions): A derived mode only needs | ||
| 4 | to put the call to the parent mode inside `delay-mode-hooks'. | ||
| 5 | |||
| 1 | 2005-05-29 Richard M. Stallman <rms@gnu.org> | 6 | 2005-05-29 Richard M. Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is | 8 | * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is |