Function: lisp-compile-defun-and-go
lisp-compile-defun-and-go is an interactive and byte-compiled function
defined in inf-lisp.el.gz.
Signature
(lisp-compile-defun-and-go)
Documentation
Compile the current defun in 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-compile-defun-and-go ()
"Compile the current defun in the inferior Lisp, and switch to its buffer."
(interactive)
(lisp-compile-defun t))