Index: emacs/lisp/faces.el
diff -c emacs/lisp/faces.el:1.314 emacs/lisp/faces.el:1.315
*** emacs/lisp/faces.el:1.314   Wed Jun  8 15:41:36 2005
--- emacs/lisp/faces.el Wed Jun  8 15:53:51 2005
***************
*** 2096,2103 ****
    :version "22.1")
  
  (defface no-break-space
!   '((((min-colors 88)) :inherit escape-glyph :underline t)
!     (((min-colors 8)) :background "magenta" :foreground )
      (t :inverse-video t))
    "Face for non-breaking space."
    :group 'basic-faces
--- 2096,2103 ----
    :version "22.1")
  
  (defface no-break-space
!   '((((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


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to