* lisp/faces.el (nobreak-space): The definition to
nobreak-space was inadvertantly changed by the previous checkin.
: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")