diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/custom.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/custom.el b/lisp/custom.el index 5c89f928f0c..7c978187c2d 100644 --- a/lisp/custom.el +++ b/lisp/custom.el @@ -750,8 +750,6 @@ E.g. dumped variables whose default depends on run-time information." ;; `theme-face' properties, but the theme's own `theme-settings' ;; property remains unchanged. -;;; Defining themes - (defvar custom-known-themes '(user changed) "Themes that have been defined with `deftheme'. The default value is the list (user changed). The theme `changed' |