/[emacs]/emacs/lisp/faces.el
ViewVC logotype

Diff of /emacs/lisp/faces.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.313 by jurta, Mon Jun 6 12:18:20 2005 UTC revision 1.314 by rms, Wed Jun 8 15:41:36 2005 UTC
# Line 2089  Note: Other faces cannot inherit from th Line 2089  Note: Other faces cannot inherit from th
2089      ;; See the comment in minibuffer-prompt for      ;; See the comment in minibuffer-prompt for
2090      ;; the reason not to use blue on MS-DOS.      ;; the reason not to use blue on MS-DOS.
2091      (((type pc)) :foreground "magenta")      (((type pc)) :foreground "magenta")
2092      (t :foreground "red4"))      ;; red4 is too light -- rms.
2093        (t :foreground "blue"))
2094    "Face for characters displayed as ^-sequences or \-sequences."    "Face for characters displayed as ^-sequences or \-sequences."
2095    :group 'basic-faces    :group 'basic-faces
2096    :version "22.1")    :version "22.1")
2097    
2098  (defface no-break-space  (defface no-break-space
2099    '((t :inherit escape-glyph :underline t))    '((((min-colors 88)) :inherit escape-glyph :underline t)
2100        (((min-colors 8)) :background "magenta" :foreground )
2101        (t :inverse-video t))
2102    "Face for non-breaking space."    "Face for non-breaking space."
2103    :group 'basic-faces    :group 'basic-faces
2104    :version "22.1")    :version "22.1")

Legend:
Removed from v.1.313  
changed lines
  Added in v.1.314

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26