Function: lisp-eval-defun-and-go
lisp-eval-defun-and-go is an interactive and byte-compiled function
defined in inf-lisp.el.gz.
Signature
(lisp-eval-defun-and-go)
Documentation
Send the current defun to the inferior Lisp, and switch to its buffer.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/inf-lisp.el.gz
(defun lisp-eval-defun-and-go ()
"Send the current defun to the inferior Lisp, and switch to its buffer."
(interactive)
(lisp-eval-defun t))