branch: externals/ebdb
commit 6687da137b2365ae8a3088eea6cb938b0e4be3db
Author: Eric Abrahamsen <[email protected]>
Commit: Eric Abrahamsen <[email protected]>
Remove redundant customization group ebdb-utilities-snarf
* ebdb.el (ebdb-snarf): Just use 'ebdb-snarf as the group name.
* ebdb-snarf.el: But move it from this file to ebdb.el.
---
ebdb-snarf.el | 4 ----
ebdb.el | 10 +++++-----
2 files changed, 5 insertions(+), 9 deletions(-)
diff --git a/ebdb-snarf.el b/ebdb-snarf.el
index 8fee4bd..b05c735 100644
--- a/ebdb-snarf.el
+++ b/ebdb-snarf.el
@@ -41,10 +41,6 @@
(require 'ebdb)
-(defgroup ebdb-snarf nil
- "Options for EBDB snarfing."
- :group 'ebdb)
-
(defcustom ebdb-snarf-routines
'((ebdb-field-mail
"[[:blank:]([<\"]*\\([^[:space:]\":\n<[]+@[^]:[:space:])>\"\n]+\\)"))
diff --git a/ebdb.el b/ebdb.el
index 36244af..b22db24 100644
--- a/ebdb.el
+++ b/ebdb.el
@@ -184,6 +184,11 @@ Organization names are currently hard-coded to use
"Variables that affect sending mail."
:group 'ebdb)
+(defgroup ebdb-snarf nil
+ "Customizations for EBDB snarf"
+ :group 'ebdb)
+(put 'ebdb-snarf-snarf 'custom-loads '(ebdb-snarf))
+
(defgroup ebdb-utilities nil
"Customizations for EBDB Utilities"
:group 'ebdb)
@@ -206,11 +211,6 @@ Organization names are currently hard-coded to use
:group 'ebdb-utilities)
(put 'ebdb-utilities-ispell 'custom-loads '(ebdb-ispell))
-(defgroup ebdb-utilities-snarf nil
- "Customizations for EBDB snarf"
- :group 'ebdb-utilities)
-(put 'ebdb-utilities-snarf 'custom-loads '(ebdb-snarf))
-
(defgroup ebdb-utilities-pgp nil
"Customizations for EBDB pgp"
:group 'ebdb-utilities)