Fix theme application
Fix an inverted test. Patch due to Andy Moreton. * lisp/cus-face.el (custom-theme-set-faces): Correct sense of `custom--should-apply-setting' test.
This commit is contained in:
parent
e5a15ee1c2
commit
a9b720ac50
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ argument list."
|
|||
;; is aliased to.
|
||||
(if (get face 'face-alias)
|
||||
(setq face (get face 'face-alias)))
|
||||
(if (custom--should-apply-setting theme)
|
||||
(if (not (custom--should-apply-setting theme))
|
||||
;; Just update theme settings.
|
||||
(custom-push-theme 'theme-face face theme 'set spec)
|
||||
;; Update theme settings and set the face spec.
|
||||
|
|
Loading…
Add table
Reference in a new issue