Function: edebug-goto-here
edebug-goto-here is an interactive and byte-compiled function defined
in edebug.el.gz.
Signature
(edebug-goto-here)
Documentation
Proceed to first stop-point at or after current position of point.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/edebug.el.gz
;; ------------------------------------------------------------
;; The following use the mode changing commands and breakpoints.
(defun edebug-goto-here ()
"Proceed to first stop-point at or after current position of point."
(interactive)
(edebug-go-mode t))