branch: elpa/isl
commit 984446202041bbe2255dcd48ffab1eba7392fa9c
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    No need to add group to faces
---
 isearch-light.el | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/isearch-light.el b/isearch-light.el
index 747b3fa9eac..dd33e0e6c01 100644
--- a/isearch-light.el
+++ b/isearch-light.el
@@ -86,29 +86,24 @@ in pattern."
 
 (defface isl-match
   '((t :background "Brown4"))
-  "Face used to highlight the items matched."
-  :group 'isearch-light)
+  "Face used to highlight the items matched.")
 
 (defface isl-on
   '((t :background "SandyBrown"
        :foreground "black"))
-  "Face used to highlight the item where point is."
-  :group 'isearch-light)
+  "Face used to highlight the item where point is.")
 
 (defface isl-line
   '((t :background "Darkgoldenrod1"))
-  "Face used to flash line on exit."
-  :group 'isearch-light)
+  "Face used to flash line on exit.")
 
 (defface isl-number
   '((t :foreground "green"))
-  "Face used to highlight number in mode-line."
-  :group 'isearch-light)
+  "Face used to highlight number in mode-line.")
 
 (defface isl-string
   '((t :foreground "Lightgoldenrod1" :bold t))
-  "Face used to highlight pattern in mode-line."
-  :group 'isearch-light)
+  "Face used to highlight pattern in mode-line.")
 
 (defvar isl-map
   (let ((map (make-sparse-keymap)))

Reply via email to