Function: edebug-match-body

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

Signature

(edebug-match-body CURSOR)

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/edebug.el.gz
  ;; Currently identical to edebug-match-form.
  ;; This is for common lisp setf-style place arguments.

(defsubst edebug-match-body (cursor) (edebug-forms cursor))