Variable: edebug-lexical-macro-ctx
edebug-lexical-macro-ctx is a variable defined in edebug.el.gz.
Value
nil
Documentation
Alist mapping lexically scoped macro names to their debug spec.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/edebug.el.gz
(defvar edebug-inside-func) ;; whether code is inside function context.
;; Currently def-form sets this to nil; def-body sets it to t.
(defvar edebug-lexical-macro-ctx nil
"Alist mapping lexically scoped macro names to their debug spec.")