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: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lisp/generic-x.el
Date: Tue, 05 Apr 2005 14:33:51 -0400

Index: emacs/lisp/generic-x.el
diff -c emacs/lisp/generic-x.el:1.28 emacs/lisp/generic-x.el:1.29
*** emacs/lisp/generic-x.el:1.28        Sun Apr  3 20:52:03 2005
--- emacs/lisp/generic-x.el     Tue Apr  5 18:33:50 2005
***************
*** 1616,1622 ****
      (((class color)     (background dark))  (:background "red"))
      (t (:weight bold)))
    "Font Lock mode face used to highlight TABs."
!   :group 'show-tabs)
  
  (defface show-tabs-space-face
    '((((class grayscale) (background light)) (:background "DimGray"   :weight 
bold))
--- 1616,1622 ----
      (((class color)     (background dark))  (:background "red"))
      (t (:weight bold)))
    "Font Lock mode face used to highlight TABs."
!   :group 'generic-x)
  
  (defface show-tabs-space-face
    '((((class grayscale) (background light)) (:background "DimGray"   :weight 
bold))
***************
*** 1625,1631 ****
      (((class color)     (background dark))  (:background "yellow"))
      (t (:weight bold)))
    "Font Lock mode face used to highlight spaces."
!   :group 'show-tabs)
  
  (define-generic-mode show-tabs-generic-mode
    nil ;; no comment char
--- 1625,1631 ----
      (((class color)     (background dark))  (:background "yellow"))
      (t (:weight bold)))
    "Font Lock mode face used to highlight spaces."
!   :group 'generic-x)
  
  (define-generic-mode show-tabs-generic-mode
    nil ;; no comment char




reply via email to

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