aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/faces.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/faces.el b/lisp/faces.el
index 9db2cc9ce97..f278546154c 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -2096,8 +2096,8 @@ Note: Other faces cannot inherit from the cursor face."
2096 :version "22.1") 2096 :version "22.1")
2097 2097
2098(defface no-break-space 2098(defface no-break-space
2099 '((((min-colors 88)) :inherit escape-glyph :underline t) 2099 '((((class color) (min-colors 88)) :inherit escape-glyph :underline t)
2100 (((min-colors 8)) :background "magenta" :foreground ) 2100 (((class color) (min-colors 8)) :background "magenta" :foreground )
2101 (t :inverse-video t)) 2101 (t :inverse-video t))
2102 "Face for non-breaking space." 2102 "Face for non-breaking space."
2103 :group 'basic-faces 2103 :group 'basic-faces