Variable: cps-standard-special-forms

cps-standard-special-forms is a variable defined in generator.el.gz.

Value

(setq setq-default throw interactive)

Documentation

List of special forms treated just like ordinary function applications.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/generator.el.gz
(defconst cps-standard-special-forms
  '(setq setq-default throw interactive)
  "List of special forms treated just like ordinary function applications." )