]> git.eshelyaron.com Git - emacs.git/commitdiff
(isearch, lazy-highlight): Add group `basic-faces'.
authorJuri Linkov <juri@jurta.org>
Thu, 29 Sep 2005 22:55:53 +0000 (22:55 +0000)
committerJuri Linkov <juri@jurta.org>
Thu, 29 Sep 2005 22:55:53 +0000 (22:55 +0000)
lisp/isearch.el

index c474ea3b518edd94af1ca8e2178ecfc4199effc9..cdddd47cbafd330cd8ff90a95046cfd7c0d7994d 100644 (file)
@@ -219,7 +219,8 @@ Default value, nil, means edit the string instead."
      (:background "magenta4" :foreground "cyan1"))
     (t (:inverse-video t)))
   "Face for highlighting Isearch matches."
-  :group 'isearch)
+  :group 'isearch
+  :group 'basic-faces)
 (defvar isearch 'isearch)
 
 (defcustom isearch-lazy-highlight t
@@ -289,7 +290,8 @@ A value of nil means highlight all matches."
      (:background "turquoise3"))
     (t (:underline t)))
   "Face for lazy highlighting of matches other than the current one."
-  :group 'lazy-highlight)
+  :group 'lazy-highlight
+  :group 'basic-faces)
 (put 'isearch-lazy-highlight-face 'face-alias 'lazy-highlight)
 (defvar lazy-highlight-face 'lazy-highlight)
 (define-obsolete-variable-alias 'isearch-lazy-highlight-face