Variable: custom-new-theme-mode-abbrev-table
custom-new-theme-mode-abbrev-table is a variable defined in
cus-theme.el.gz.
Value
[## 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]
Documentation
Abbrev table for custom-new-theme-mode.
Source Code
;; Defined in /usr/src/emacs/lisp/cus-theme.el.gz
(define-derived-mode custom-new-theme-mode nil "Custom-Theme"
"Major mode for editing Custom themes.
Do not call this mode function yourself. It is meant for internal use."
(use-local-map custom-new-theme-mode-map)
(custom--initialize-widget-variables)
(setq-local revert-buffer-function #'custom-theme-revert))