Mercurial > emacs
changeset 61326:580d35a5c250
(show-tabs-tab-face, show-tabs-space-face): Put them in the generic-x group.
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Tue, 05 Apr 2005 18:33:50 +0000 |
parents | 3b2c29df4165 |
children | 804adc56eee2 |
files | lisp/generic-x.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/generic-x.el Tue Apr 05 18:32:59 2005 +0000 +++ b/lisp/generic-x.el Tue Apr 05 18:33:50 2005 +0000 @@ -1616,7 +1616,7 @@ (((class color) (background dark)) (:background "red")) (t (:weight bold))) "Font Lock mode face used to highlight TABs." - :group 'show-tabs) + :group 'generic-x) (defface show-tabs-space-face '((((class grayscale) (background light)) (:background "DimGray" :weight bold)) @@ -1625,7 +1625,7 @@ (((class color) (background dark)) (:background "yellow")) (t (:weight bold))) "Font Lock mode face used to highlight spaces." - :group 'show-tabs) + :group 'generic-x) (define-generic-mode show-tabs-generic-mode nil ;; no comment char