/[emacs]/emacs/lisp/generic-x.el
ViewVC logotype

Diff of /emacs/lisp/generic-x.el

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

revision 1.14 by pot, Fri Nov 23 09:36:08 2001 UTC revision 1.15 by rms, Mon Dec 31 20:24:37 2001 UTC
# Line 1646  you must reload generic-x to enable the Line 1646  you must reload generic-x to enable the
1646         ("\t+" . 'show-tabs-tab-face)))         ("\t+" . 'show-tabs-tab-face)))
1647    
1648  (defface show-tabs-tab-face  (defface show-tabs-tab-face
1649    '((((class grayscale) (background light)) (:foreground "LightGray" :bold t))    '((((class grayscale) (background light)) (:foreground "LightGray" :weight bold))
1650      (((class grayscale) (background dark))  (:foreground "DimGray"   :bold t))      (((class grayscale) (background dark))  (:foreground "DimGray"   :weight bold))
1651      (((class color)     (background light)) (:foreground "red"))      (((class color)     (background light)) (:foreground "red"))
1652      (((class color)     (background dark))  (:foreground "red"))      (((class color)     (background dark))  (:foreground "red"))
1653      (t (:bold t)))      (t (:weight bold)))
1654    "Font Lock mode face used to highlight TABs."    "Font Lock mode face used to highlight TABs."
1655    :group 'show-tabs)    :group 'show-tabs)
1656    
1657  (defface show-tabs-space-face  (defface show-tabs-space-face
1658    '((((class grayscale) (background light)) (:foreground "LightGray" :bold t))    '((((class grayscale) (background light)) (:foreground "LightGray" :weight bold))
1659      (((class grayscale) (background dark))  (:foreground "DimGray"   :bold t))      (((class grayscale) (background dark))  (:foreground "DimGray"   :weight bold))
1660      (((class color)     (background light)) (:foreground "yellow"))      (((class color)     (background light)) (:foreground "yellow"))
1661      (((class color)     (background dark))  (:foreground "yellow"))      (((class color)     (background dark))  (:foreground "yellow"))
1662      (t (:bold t)))      (t (:weight bold)))
1663    "Font Lock mode face used to highlight spaces."    "Font Lock mode face used to highlight spaces."
1664    :group 'show-tabs)    :group 'show-tabs)
1665    

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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