mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(face-try-color-list): Treat `underline' as valid.
This commit is contained in:
parent
3299201797
commit
de52827f3f
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue