Function: edebug--handle-:-spec-op
edebug--handle-:-spec-op is a byte-compiled function defined in
edebug.el.gz.
Signature
(edebug--handle-:-spec-op OP CURSOR SPEC)
Documentation
Handle :foo spec operators.
:foo spec operators operate on just the one subsequent SPEC element.
Implementations
((_ (eql :unique)) cursor spec) in `edebug.el'.
Match a `:unique PREFIX' specifier. SPEC is the symbol name prefix for `gensym'.
((_ (eql :name)) cursor spec) in `edebug.el'.
Undocumented
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/edebug.el.gz
(cl-defgeneric edebug--handle-:-spec-op (op cursor spec)
"Handle :foo spec operators.
:foo spec operators operate on just the one subsequent SPEC element.")