emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/faces.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/faces.el
Date: Wed, 08 Jun 2005 11:53:52 -0400

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]