Function: edebug-match-form

edebug-match-form is a byte-compiled function defined in edebug.el.gz.

Signature

(edebug-match-form CURSOR)

Aliases

edebug-match-place

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/edebug.el.gz
(defun edebug-match-form (cursor)
  (list (edebug-form cursor)))