Function: byte-run--set-speed

byte-run--set-speed is a byte-compiled function defined in byte-run.el.gz.

Signature

(byte-run--set-speed F ARGS VAL)

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/byte-run.el.gz
(defalias 'byte-run--set-speed
  #'(lambda (f _args val)
      (list 'function-put (list 'quote f)
            ''speed (list 'quote val))))