1
Fork 0
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:
Richard M. Stallman 1995-01-10 06:52:53 +00:00
parent 3299201797
commit de52827f3f

View file

@ -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)