Function: internal--effect-free-fun-arg-p

internal--effect-free-fun-arg-p is a byte-compiled function defined in subr.el.gz.

Signature

(internal--effect-free-fun-arg-p X)

Source Code

;; Defined in /usr/src/emacs/lisp/subr.el.gz
(defun internal--effect-free-fun-arg-p (x)
  (or (symbolp x) (closurep x) (memq (car-safe x) '(function quote))))