diff options
author | Lute Kamstra <lute@gnu.org> | 2005-04-05 18:33:50 +0000 |
---|---|---|
committer | Lute Kamstra <lute@gnu.org> | 2005-04-05 18:33:50 +0000 |
commit | 91d292804722ef131f50069a084fedd0a47c6ebd (patch) | |
tree | 78d95a27407848d49202edfdbc70b37dcc1d75b2 /lisp | |
parent | 5eee025da05da32f26f40fed447552f0655acc8b (diff) | |
download | emacs-91d292804722ef131f50069a084fedd0a47c6ebd.tar.gz emacs-91d292804722ef131f50069a084fedd0a47c6ebd.tar.bz2 emacs-91d292804722ef131f50069a084fedd0a47c6ebd.zip |
(show-tabs-tab-face, show-tabs-space-face): Put them in the generic-x group.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/generic-x.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/generic-x.el b/lisp/generic-x.el index 019456aae6b..d24ed378543 100644 --- a/lisp/generic-x.el +++ b/lisp/generic-x.el @@ -1616,7 +1616,7 @@ generic-x to enable the specified modes." (((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 @@ generic-x to enable the specified modes." (((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 |