diff options
Diffstat (limited to 'lisp/net')
-rw-r--r-- | lisp/net/eudc-vars.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/net/eudc-vars.el b/lisp/net/eudc-vars.el index b44989d9061..450943a3f09 100644 --- a/lisp/net/eudc-vars.el +++ b/lisp/net/eudc-vars.el @@ -53,8 +53,7 @@ instead." ;; Not to be mistaken with `eudc-supported-protocols' (defvar eudc-known-protocols '(bbdb ldap ecomplete mailabbrev)) -(defcustom eudc-server-hotlist '(("localhost" . ecomplete) - ("localhost" . mailabbrev)) +(defcustom eudc-server-hotlist nil "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 |