Index: emacs/lisp/faces.el
diff -c emacs/lisp/faces.el:1.313 emacs/lisp/faces.el:1.314
*** emacs/lisp/faces.el:1.313   Mon Jun  6 12:18:20 2005
--- emacs/lisp/faces.el Wed Jun  8 15:41:36 2005
***************
*** 2089,2101 ****
      ;; See the comment in minibuffer-prompt for
      ;; the reason not to use blue on MS-DOS.
      (((type pc)) :foreground "magenta")
!     (t :foreground "red4"))
    "Face for characters displayed as ^-sequences or \-sequences."
    :group 'basic-faces
    :version "22.1")
  
  (defface no-break-space
!   '((t :inherit escape-glyph :underline t))
    "Face for non-breaking space."
    :group 'basic-faces
    :version "22.1")
--- 2089,2104 ----
      ;; See the comment in minibuffer-prompt for
      ;; the reason not to use blue on MS-DOS.
      (((type pc)) :foreground "magenta")
!     ;; red4 is too light -- rms.
!     (t :foreground "blue"))
    "Face for characters displayed as ^-sequences or \-sequences."
    :group 'basic-faces
    :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
    :version "22.1")


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

Reply via email to