emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/eudc-bbdb-3 193f9d5: EUDC: Enable BBDB backend by


From: Thomas Fitzsimmons
Subject: [Emacs-diffs] scratch/eudc-bbdb-3 193f9d5: EUDC: Enable BBDB backend by default
Date: Sun, 26 Nov 2017 19:37:33 -0500 (EST)

branch: scratch/eudc-bbdb-3
commit 193f9d52ed928c58d806042686e9aa6430860f50
Author: Thomas Fitzsimmons <address@hidden>
Commit: Thomas Fitzsimmons <address@hidden>

    EUDC: Enable BBDB backend by default
    
    * lisp/net/eudc-vars.el (eudc-server-hotlist): Add default
    list item for BBDB.
---
 lisp/net/eudc-vars.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/net/eudc-vars.el b/lisp/net/eudc-vars.el
index 6a831b1..4775ab2 100644
--- a/lisp/net/eudc-vars.el
+++ b/lisp/net/eudc-vars.el
@@ -52,7 +52,7 @@ instead."
 ;; Not to be mistaken with `eudc-supported-protocols'
 (defvar eudc-known-protocols '(bbdb ldap))
 
-(defcustom eudc-server-hotlist nil
+(defcustom eudc-server-hotlist '(("localhost" . bbdb))
   "Directory servers to query.
 This is an alist of the form (SERVER . PROTOCOL).  SERVER is the
 host name or URI of the server, PROTOCOL is a symbol representing



reply via email to

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