Variable: custom-delayed-init-variables

custom-delayed-init-variables is a variable defined in custom.el.gz.

Value

t

Documentation

List of variables whose initialization is pending until startup.

Once this list has been processed, this var is set to a non-list value.

Source Code

;; Defined in /usr/src/emacs/lisp/custom.el.gz
(defvar custom-delayed-init-variables nil
  "List of variables whose initialization is pending until startup.
Once this list has been processed, this var is set to a non-list value.")