Index: emacs/lisp/progmodes/inf-lisp.el
diff -c emacs/lisp/progmodes/inf-lisp.el:1.37 
emacs/lisp/progmodes/inf-lisp.el:1.38
*** emacs/lisp/progmodes/inf-lisp.el:1.37       Fri May 13 02:28:52 2005
--- emacs/lisp/progmodes/inf-lisp.el    Thu May 26 16:39:28 2005
***************
*** 269,275 ****
    (use-local-map inferior-lisp-mode-map)    ;c-c c-k for "kompile" file
    (setq comint-get-old-input (function lisp-get-old-input))
    (setq comint-input-filter (function lisp-input-filter))
!   (run-hooks 'inferior-lisp-mode-hook))
  
  (defun lisp-get-old-input ()
    "Return a string containing the sexp ending at point."
--- 269,275 ----
    (use-local-map inferior-lisp-mode-map)    ;c-c c-k for "kompile" file
    (setq comint-get-old-input (function lisp-get-old-input))
    (setq comint-input-filter (function lisp-input-filter))
!   (run-mode-hooks 'inferior-lisp-mode-hook))
  
  (defun lisp-get-old-input ()
    "Return a string containing the sexp ending at point."


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to