Variable: cps--dynamic-wrappers

cps--dynamic-wrappers is a variable defined in generator.el.gz.

Value

(identity)

Documentation

List of functions to apply to atomic forms.

These are transformer functions applied to atomic forms evaluated in CPS context.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/generator.el.gz
(defvar cps--dynamic-wrappers '(identity)
  "List of functions to apply to atomic forms.
These are transformer functions applied to atomic forms evaluated
in CPS context.")