Function: byte-run--set-completion

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

Signature

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

Source Code

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