diff options
-rw-r--r-- | lisp/custom.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/custom.el b/lisp/custom.el index 078e3a8cf8e..1db3f4fd394 100644 --- a/lisp/custom.el +++ b/lisp/custom.el @@ -1528,7 +1528,7 @@ See `custom-enabled-themes' for a list of enabled themes." (let* ((prop (car s)) (symbol (cadr s)) (val (assq-delete-all theme (get symbol prop)))) - (custom-push-theme prop symbol theme 'reset) + (put symbol prop val) (cond ((eq prop 'theme-value) (custom-theme-recalc-variable symbol) |