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

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

[elpa] externals/ebdb fff770e 05/15: ebdb-mua defgroup in wrong file


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb fff770e 05/15: ebdb-mua defgroup in wrong file
Date: Thu, 22 Mar 2018 00:58:54 -0400 (EDT)

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

    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

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