Variable: custom-dont-initialize

custom-dont-initialize is a variable defined in custom.el.gz.

Value

nil

Documentation

Non-nil means defcustom should not initialize the variable.

That is used for the sake of custom-make-dependencies. Users should not set it.

Source Code

;; Defined in /usr/src/emacs/lisp/custom.el.gz
(defvar custom-dont-initialize nil
  "Non-nil means `defcustom' should not initialize the variable.
That is used for the sake of `custom-make-dependencies'.
Users should not set it.")