Function: edebug--frame-fun
edebug--frame-fun is a byte-compiled function defined in edebug.el.gz.
Signature
(edebug--frame-fun CL-X)
Documentation
Access slot "fun" of edebug--frame struct CL-X.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/edebug.el.gz
(cl-defstruct
(edebug--frame
(:constructor edebug--make-frame)
(:include backtrace-frame))
"Data structure for backtrace frames with information
from Edebug instrumentation found in the backtrace."
def-name before-index after-index)