diff options
| -rw-r--r-- | lisp/faces.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/faces.el b/lisp/faces.el index 8b0741658ff..7877a26db52 100644 --- a/lisp/faces.el +++ b/lisp/faces.el | |||
| @@ -1048,7 +1048,7 @@ selected frame." | |||
| 1048 | (invert-face face frame) | 1048 | (invert-face face frame) |
| 1049 | (let (done) | 1049 | (let (done) |
| 1050 | (while (and colors (not done)) | 1050 | (while (and colors (not done)) |
| 1051 | (if (or (eq (car colors) t) | 1051 | (if (or (memq (car colors) '(t underline)) |
| 1052 | (face-color-supported-p frame (car colors) | 1052 | (face-color-supported-p frame (car colors) |
| 1053 | (eq function 'set-face-background))) | 1053 | (eq function 'set-face-background))) |
| 1054 | (if (cdr colors) | 1054 | (if (cdr colors) |