Function: byte-run--set-indent

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

Signature

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

Source Code

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