emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 6c2ca0b 4/7: el-search: remove redundant :group specs from


From: Michael Heerdegen
Subject: [elpa] master 6c2ca0b 4/7: el-search: remove redundant :group specs from custom defs
Date: Tue, 22 Sep 2015 19:22:18 +0000

branch: master
commit 6c2ca0bfafd06b05a036574b759a1976484e2b31
Author: Michael Heerdegen <address@hidden>
Commit: Michael Heerdegen <address@hidden>

    el-search: remove redundant :group specs from custom defs
---
 packages/el-search/el-search.el |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/packages/el-search/el-search.el b/packages/el-search/el-search.el
index c173369..a4a9343 100644
--- a/packages/el-search/el-search.el
+++ b/packages/el-search/el-search.el
@@ -190,12 +190,11 @@
 The default value is `expr'.  You can use this variable in the
 search prompt to refer to value of the currently searched
 expression."
-  :group 'el-search :type 'symbol)
+  :type 'symbol)
 
 (defface el-search-match '((((background dark)) (:background "#0000A0"))
                           (t                   (:background "DarkSlateGray1")))
-  "Face for highlighting the current match."
-  :group 'el-search)
+  "Face for highlighting the current match.")
 
 
 ;;;; Helpers



reply via email to

[Prev in Thread] Current Thread [Next in Thread]