/[emacs]/emacs/lisp/progmodes/inf-lisp.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/inf-lisp.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.37 by teirllm, Fri May 13 02:28:52 2005 UTC revision 1.38 by lute, Thu May 26 16:39:28 2005 UTC
# Line 269  to continue it." Line 269  to continue it."
269    (use-local-map inferior-lisp-mode-map)    ;c-c c-k for "kompile" file    (use-local-map inferior-lisp-mode-map)    ;c-c c-k for "kompile" file
270    (setq comint-get-old-input (function lisp-get-old-input))    (setq comint-get-old-input (function lisp-get-old-input))
271    (setq comint-input-filter (function lisp-input-filter))    (setq comint-input-filter (function lisp-input-filter))
272    (run-hooks 'inferior-lisp-mode-hook))    (run-mode-hooks 'inferior-lisp-mode-hook))
273    
274  (defun lisp-get-old-input ()  (defun lisp-get-old-input ()
275    "Return a string containing the sexp ending at point."    "Return a string containing the sexp ending at point."

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26