# HG changeset patch # User Lute Kamstra # Date 1112726030 0 # Node ID 580d35a5c25079925c8c409dcc11de99c57f1c6a # Parent 3b2c29df4165198be72cd5622da42e23fd34cd9d (show-tabs-tab-face, show-tabs-space-face): Put them in the generic-x group. diff -r 3b2c29df4165 -r 580d35a5c250 lisp/generic-x.el --- 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