summaryrefslogtreecommitdiff
path: root/lisp/cus-theme.el
diff options
context:
space:
mode:
authorPhilip Kaludercic <philipk@posteo.net>2022-09-11 13:28:38 +0200
committerPhilip Kaludercic <philipk@posteo.net>2022-09-11 13:28:38 +0200
commitfeffb03a362ecb9c68d8a852a0cbc6c37c0c6c4b (patch)
tree4a96e73d3d6019f5b28d6082538b836c2523258a /lisp/cus-theme.el
parent3f0944c51f1657b8fea9600d554890c68fa2dabe (diff)
downloademacs-feffb03a362ecb9c68d8a852a0cbc6c37c0c6c4b.tar.gz
Revert "Add new command 'toggle-theme'"
Diffstat (limited to 'lisp/cus-theme.el')
-rw-r--r--lisp/cus-theme.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/cus-theme.el b/lisp/cus-theme.el
index 80cae6d663c..90680ff68f8 100644
--- a/lisp/cus-theme.el
+++ b/lisp/cus-theme.el
@@ -515,8 +515,6 @@ It includes all faces in list FACES."
(end-of-file nil)))))
(and (eq (car-safe sexp) 'deftheme)
(setq doc (nth 2 sexp)))))))
- (when-let ((dual (get theme 'dual-theme)))
- (princ (format " The dual theme is `%s'" dual)))
(princ "\n\nDocumentation:\n")
(princ (if (stringp doc)
(substitute-command-keys doc)