]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorLuc Teirlinck <teirllm@auburn.edu>
Sun, 29 May 2005 15:04:53 +0000 (15:04 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sun, 29 May 2005 15:04:53 +0000 (15:04 +0000)
lisp/ChangeLog
lispref/ChangeLog

index 7c5062261c457a736da0e20a280afdaa65154435..44dad961c60237a419f552778adef8abdd8bc465 100644 (file)
@@ -1,3 +1,9 @@
+2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
+
+       * ielm.el (inferior-emacs-lisp-mode): Ditto.
+
 2005-05-29  Richard M. Stallman  <rms@gnu.org>
 
        * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
@@ -15,7 +21,7 @@
 
        * flyspell.el (flyspell-version): Function deleted.
        (flyspell-auto-correct-previous-hook): Doc fix.
-       
+
        * jit-lock.el (jit-lock-function, jit-lock-after-change):
        Do nothing if memory is full.
 
 
        * progmodes/which-func.el (which-func-update-1): Turn the mode
        off in case of error by setting which-func-mode.
-       
+
 2005-05-29   Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
 
        * flyspell.el (flyspell-auto-correct-previous-word):
-       Narrow down to what's on the screen, and recenter overlays      
+       Narrow down to what's on the screen, and recenter overlays
        at the end of the next word.
-       
+
 2005-05-29   Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
-       
+
        * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
        (flyspell-default-delayed-commands): add backward-delete-char-untabify.
        (flyspell-abbrev-p): Default to nil.
index 6e8700f1b36a38a09a4bd566e8d84379b3ebcfde..6077deea9bb15bc82e92a8a4e8f0a17e9e90260a 100644 (file)
@@ -1,3 +1,8 @@
+2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * modes.texi (Major Mode Conventions): A derived mode only needs
+       to put the call to the parent mode inside `delay-mode-hooks'.
+
 2005-05-29  Richard M. Stallman  <rms@gnu.org>
 
        * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is