summaryrefslogtreecommitdiff
path: root/lisp/net
diff options
context:
space:
mode:
authorThomas Fitzsimmons <fitzsim@fitzsim.org>2022-11-17 09:22:08 -0500
committerThomas Fitzsimmons <fitzsim@fitzsim.org>2022-11-18 13:02:15 -0500
commit5976cce892636f2d7809731a90defd2277f6cf0e (patch)
tree394ebae4d6659948c11d8392cb26cfc58d483f49 /lisp/net
parent5525bd39322a66cf4133a2593d6349e4d75d8b6a (diff)
downloademacs-5976cce892636f2d7809731a90defd2277f6cf0e.tar.gz
emacs-5976cce892636f2d7809731a90defd2277f6cf0e.tar.bz2
emacs-5976cce892636f2d7809731a90defd2277f6cf0e.zip
EUDC: Revert eudc-server-hotlist default change
* etc/NEWS: Remove eudc-server-hotlist default change. * lisp/net/eudc-vars.el (eudc-server-hotlist): Set to nil. (Bug#59314)
Diffstat (limited to 'lisp/net')
-rw-r--r--lisp/net/eudc-vars.el3
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