Variable: custom-local-buffer

custom-local-buffer is a variable defined in custom.el.gz.

Value

nil

Documentation

Non-nil, in a Customization buffer, means customize a specific buffer.

If this variable is non-nil, it should be a buffer, and it means customize the local bindings of that buffer. This variable is a permanent local, and it normally has a local binding in every Customization buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/custom.el.gz
(defvar custom-local-buffer nil
  "Non-nil, in a Customization buffer, means customize a specific buffer.
If this variable is non-nil, it should be a buffer,
and it means customize the local bindings of that buffer.
This variable is a permanent local, and it normally has a local binding
in every Customization buffer.")