branch: externals/ebdb
commit fff770e56a57eaf70c982a249668aa0a91e68221
Author: Eric Abrahamsen <e...@ericabrahamsen.net>
Commit: Eric Abrahamsen <e...@ericabrahamsen.net>

    ebdb-mua defgroup in wrong file
    
    For some reason it was in ebdb-gnus.el. Move to ebdb-mua.el.
---
 ebdb-gnus.el | 4 ----
 ebdb-mua.el  | 4 ++++
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ebdb-gnus.el b/ebdb-gnus.el
index 5182c4d..fa71944 100644
--- a/ebdb-gnus.el
+++ b/ebdb-gnus.el
@@ -30,10 +30,6 @@
 
 (autoload 'message-make-domain "message")
 
-(defgroup ebdb-mua nil
-  "Variables that specify the EBDB-MUA interface"
-  :group 'ebdb)
-
 (defgroup ebdb-mua-gnus nil
   "Gnus-specific EBDB customizations"
   :group 'ebdb-mua)
diff --git a/ebdb-mua.el b/ebdb-mua.el
index b9be39f..01a998f 100644
--- a/ebdb-mua.el
+++ b/ebdb-mua.el
@@ -69,6 +69,10 @@
   "For communication between `ebdb-update-records' and `ebdb-query-create'.
 It is a list with elements (NAME MAIL HEADER HEADER-CLASS MUA).")
 
+(defgroup ebdb-mua nil
+  "Variables that specify the EBDB-MUA interface"
+  :group 'ebdb)
+
 (defcustom ebdb-mua-auto-update-p 'existing
   "Specify how EBDB handles addresses in mail messages.
 It can take one of the following values:

Reply via email to