emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/generic-x.el
Date: Mon, 31 Dec 2001 15:24:37 -0500

Index: emacs/lisp/generic-x.el
diff -c emacs/lisp/generic-x.el:1.14 emacs/lisp/generic-x.el:1.15
*** emacs/lisp/generic-x.el:1.14        Fri Nov 23 04:36:08 2001
--- emacs/lisp/generic-x.el     Mon Dec 31 15:24:37 2001
***************
*** 1646,1665 ****
         ("\t+" . 'show-tabs-tab-face)))
  
  (defface show-tabs-tab-face
!   '((((class grayscale) (background light)) (:foreground "LightGray" :bold t))
!     (((class grayscale) (background dark))  (:foreground "DimGray"   :bold t))
      (((class color)     (background light)) (:foreground "red"))
      (((class color)     (background dark))  (:foreground "red"))
!     (t (:bold t)))
    "Font Lock mode face used to highlight TABs."
    :group 'show-tabs)
  
  (defface show-tabs-space-face
!   '((((class grayscale) (background light)) (:foreground "LightGray" :bold t))
!     (((class grayscale) (background dark))  (:foreground "DimGray"   :bold t))
      (((class color)     (background light)) (:foreground "yellow"))
      (((class color)     (background dark))  (:foreground "yellow"))
!     (t (:bold t)))
    "Font Lock mode face used to highlight spaces."
    :group 'show-tabs)
  
--- 1646,1665 ----
         ("\t+" . 'show-tabs-tab-face)))
  
  (defface show-tabs-tab-face
!   '((((class grayscale) (background light)) (:foreground "LightGray" :weight 
bold))
!     (((class grayscale) (background dark))  (:foreground "DimGray"   :weight 
bold))
      (((class color)     (background light)) (:foreground "red"))
      (((class color)     (background dark))  (:foreground "red"))
!     (t (:weight bold)))
    "Font Lock mode face used to highlight TABs."
    :group 'show-tabs)
  
  (defface show-tabs-space-face
!   '((((class grayscale) (background light)) (:foreground "LightGray" :weight 
bold))
!     (((class grayscale) (background dark))  (:foreground "DimGray"   :weight 
bold))
      (((class color)     (background light)) (:foreground "yellow"))
      (((class color)     (background dark))  (:foreground "yellow"))
!     (t (:weight bold)))
    "Font Lock mode face used to highlight spaces."
    :group 'show-tabs)
  



reply via email to

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