mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
(face-try-color-list): Treat `underline' as valid.
This commit is contained in:
parent
3299201797
commit
de52827f3f
@ -1048,7 +1048,7 @@ selected frame."
|
||||
(invert-face face frame)
|
||||
(let (done)
|
||||
(while (and colors (not done))
|
||||
(if (or (eq (car colors) t)
|
||||
(if (or (memq (car colors) '(t underline))
|
||||
(face-color-supported-p frame (car colors)
|
||||
(eq function 'set-face-background)))
|
||||
(if (cdr colors)
|
||||
|
Loading…
Reference in New Issue
Block a user