Function: comp-branch-op-p

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

Signature

(comp-branch-op-p OP)

Documentation

Branch predicate for OP.

Source Code

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