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

(edebug--handle-:-spec-op (_ (eql :unique)) CURSOR SPEC) in `edebug.el'.

Match a `:unique PREFIX' specifier. SPEC is the symbol name prefix for `gensym'.

(edebug--handle-:-spec-op (_ (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.")