Function: comp-call-op-p

comp-call-op-p is a byte-compiled function defined in comp.el.gz.

Signature

(comp-call-op-p OP)

Documentation

Call predicate for OP.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/comp.el.gz
(defun comp-call-op-p (op)
  "Call predicate for OP."
  (when (memq op comp-limple-calls) t))