Function: cider-eval-defun-at-point
cider-eval-defun-at-point is a function alias and interactive for
cider-eval-defun, defined in cider-eval.el.
This command is obsolete since 2.1.0; use cider-eval-defun instead.
Signature
(cider-eval-defun-at-point &optional DEBUG-IT)
Documentation
Evaluate the current toplevel form, and print result in the minibuffer.
Inside a comment form the enclosed form is treated as the toplevel
one; see cider-defun-at-point.
With DEBUG-IT prefix argument, also debug the entire form as with the
command cider-debug-defun.
Key Bindings
Aliases
cider-eval-defun-at-point (obsolete since 2.1.0)