]> code.delx.au - gnu-emacs/blobdiff - lisp/faces.el
Fix definition of nobreak-space
[gnu-emacs] / lisp / faces.el
index 552a7be9c9322f8536608aaf5a6674b4bfe924a0..7bd8107066a97d46c24fd2fbc9dbc1c0f5d92f6e 100644 (file)
@@ -2428,9 +2428,9 @@ If you set `term-file-prefix' to nil, this function does nothing."
   :version "22.1")
 
 (defface nobreak-space
-  '((((background dark)) :foreground "cyan")
-    (((type pc)) :foreground "magenta")
-    (t :foreground "brown"))
+  '((((class color) (min-colors 88)) :inherit escape-glyph :underline t)
+    (((class color) (min-colors 8)) :background "magenta")
+    (t :inverse-video t))
   "Face for displaying nobreak space."
   :group 'basic-faces
   :version "22.1")