aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLute Kamstra2005-04-05 18:33:50 +0000
committerLute Kamstra2005-04-05 18:33:50 +0000
commit91d292804722ef131f50069a084fedd0a47c6ebd (patch)
tree78d95a27407848d49202edfdbc70b37dcc1d75b2
parent5eee025da05da32f26f40fed447552f0655acc8b (diff)
downloademacs-91d292804722ef131f50069a084fedd0a47c6ebd.tar.gz
emacs-91d292804722ef131f50069a084fedd0a47c6ebd.zip
(show-tabs-tab-face, show-tabs-space-face): Put them in the generic-x group.
-rw-r--r--lisp/generic-x.el4
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."
1616 (((class color) (background dark)) (:background "red")) 1616 (((class color) (background dark)) (:background "red"))
1617 (t (:weight bold))) 1617 (t (:weight bold)))
1618 "Font Lock mode face used to highlight TABs." 1618 "Font Lock mode face used to highlight TABs."
1619 :group 'show-tabs) 1619 :group 'generic-x)
1620 1620
1621(defface show-tabs-space-face 1621(defface show-tabs-space-face
1622 '((((class grayscale) (background light)) (:background "DimGray" :weight bold)) 1622 '((((class grayscale) (background light)) (:background "DimGray" :weight bold))
@@ -1625,7 +1625,7 @@ generic-x to enable the specified modes."
1625 (((class color) (background dark)) (:background "yellow")) 1625 (((class color) (background dark)) (:background "yellow"))
1626 (t (:weight bold))) 1626 (t (:weight bold)))
1627 "Font Lock mode face used to highlight spaces." 1627 "Font Lock mode face used to highlight spaces."
1628 :group 'show-tabs) 1628 :group 'generic-x)
1629 1629
1630(define-generic-mode show-tabs-generic-mode 1630(define-generic-mode show-tabs-generic-mode
1631 nil ;; no comment char 1631 nil ;; no comment char