emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/inf-lisp.el


From: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/inf-lisp.el
Date: Thu, 26 May 2005 12:39:41 -0400

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."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]