Variable: comp-limple-calls

comp-limple-calls is a variable defined in comp.el.gz.

Value

(call callref direct-call direct-callref)

Documentation

Limple operators used to call subrs.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/comp.el.gz
(defconst comp-limple-calls '(call
                              callref
                              direct-call
                              direct-callref)
  "Limple operators used to call subrs.")