Function: byte-run--set-debug
byte-run--set-debug is a byte-compiled function defined in
byte-run.el.gz.
Signature
(byte-run--set-debug NAME ARGS SPEC)
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/byte-run.el.gz
(defalias 'byte-run--set-debug
#'(lambda (name _args spec)
(list 'progn :autoload-end
(list 'put (list 'quote name)
''edebug-form-spec (list 'quote spec)))))