Function: cconv--interactive-helper--if
cconv--interactive-helper--if is a byte-compiled function defined in
oclosure.el.gz.
Signature
(cconv--interactive-helper--if OBJ)
Documentation
Access slot "if" of OBJ of type cconv--interactive-helper.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/oclosure.el.gz
;; This OClosure type is used internally by `cconv.el' to handle
;; the case where we need to build a closure whose `interactive' spec
;; captures variables from the context.
;; It arguably belongs with `cconv.el' but is needed at runtime,
;; so we placed it here.
(oclosure-define (cconv--interactive-helper) fun if)