diff options
| -rw-r--r-- | lisp/faces.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/faces.el b/lisp/faces.el index 7271edeed15..2ee70a336d7 100644 --- a/lisp/faces.el +++ b/lisp/faces.el | |||
| @@ -1820,7 +1820,8 @@ created." | |||
| 1820 | ;; highlighting; this may be too confusing in general, although it | 1820 | ;; highlighting; this may be too confusing in general, although it |
| 1821 | ;; happens to look good with the only current use of header-lines, | 1821 | ;; happens to look good with the only current use of header-lines, |
| 1822 | ;; the info browser. XXX | 1822 | ;; the info browser. XXX |
| 1823 | :underline t) | 1823 | :underline t |
| 1824 | :inverse-video nil) | ||
| 1824 | (((class color grayscale) (background light)) | 1825 | (((class color grayscale) (background light)) |
| 1825 | :background "grey90" :foreground "grey20" | 1826 | :background "grey90" :foreground "grey20" |
| 1826 | :box nil) | 1827 | :box nil) |