/[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.301 by kfstorm, Wed Feb 9 15:50:43 2005 UTC revision 1.302 by eliz, Sat Feb 19 13:26:00 2005 UTC
# Line 1880  created." Line 1880  created."
1880    
1881    
1882  (defface minibuffer-prompt '((((background dark)) :foreground "cyan")  (defface minibuffer-prompt '((((background dark)) :foreground "cyan")
1883                                 ;; Don't use blue because many users of
1884                                 ;; the MS-DOS port customize their
1885                                 ;; foreground color to be blue.
1886                               (((type pc)) :foreground "magenta")                               (((type pc)) :foreground "magenta")
1887                               (t :foreground "dark blue"))                               (t :foreground "dark blue"))
1888    "Face for minibuffer prompts."    "Face for minibuffer prompts."
# Line 2047  Note: Other faces cannot inherit from th Line 2050  Note: Other faces cannot inherit from th
2050    :group 'basic-faces)    :group 'basic-faces)
2051    
2052  (defface escape-glyph '((((background dark)) :foreground "cyan")  (defface escape-glyph '((((background dark)) :foreground "cyan")
2053                            ;; See the comment in minibuffer-prompt for
2054                            ;; the reason not to use blue on MS-DOS.
2055                          (((type pc)) :foreground "magenta")                          (((type pc)) :foreground "magenta")
2056                          (t :foreground "blue"))                          (t :foreground "blue"))
2057    "Face for characters displayed as ^-sequences or \-sequences."    "Face for characters displayed as ^-sequences or \-sequences."

Legend:
Removed from v.1.301  
changed lines
  Added in v.1.302

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