Variable: custom-tool-bar-map
custom-tool-bar-map is a variable defined in cus-edit.el.gz.
Value
nil
Documentation
Keymap for toolbar in Custom mode.
Source Code
;; Defined in /usr/src/emacs/lisp/cus-edit.el.gz
;; `custom-tool-bar-map' used to be set up here. This will fail to
;; DTRT when `display-graphic-p' returns nil during compilation. Hence
;; we set this up lazily in `Custom-mode'.
(defvar custom-tool-bar-map nil
"Keymap for toolbar in Custom mode.")