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

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

[elpa] externals/ebdb 6687da1 244/350: Remove redundant customization gr


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb 6687da1 244/350: Remove redundant customization group ebdb-utilities-snarf
Date: Mon, 14 Aug 2017 11:46:46 -0400 (EDT)

branch: externals/ebdb
commit 6687da137b2365ae8a3088eea6cb938b0e4be3db
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    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<address@hidden:[: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)



reply via email to

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