mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-24 10:38:38 +00:00
(no-break-space): Test class' before
min-colors'
This commit is contained in:
parent
8177179364
commit
96a017e43c
@ -2096,8 +2096,8 @@ Note: Other faces cannot inherit from the cursor face."
|
||||
:version "22.1")
|
||||
|
||||
(defface no-break-space
|
||||
'((((min-colors 88)) :inherit escape-glyph :underline t)
|
||||
(((min-colors 8)) :background "magenta" :foreground )
|
||||
'((((class color) (min-colors 88)) :inherit escape-glyph :underline t)
|
||||
(((class color) (min-colors 8)) :background "magenta" :foreground )
|
||||
(t :inverse-video t))
|
||||
"Face for non-breaking space."
|
||||
:group 'basic-faces
|
||||
|
Loading…
Reference in New Issue
Block a user