From e7a8cb8f8212d717147d561a78f6322e951b14e3 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 12 Jan 2012 00:14:41 -0800 Subject: [PATCH] * url-auth.el (url-digest-auth): Copy previous url-basic-auth change. --- lisp/url/ChangeLog | 5 +++-- lisp/url/url-auth.el | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 99a07ec60fe..f011a8d1dc0 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog @@ -1,7 +1,8 @@ 2012-01-12 Glenn Morris - * url-auth.el (url-basic-auth): Allow reading usernames etc when - the minibuffer is already in use, eg in url-handler-mode. (Bug#10298) + * url-auth.el (url-basic-auth, url-digest-auth): + Allow reading usernames etc when the minibuffer is already in use, + eg in url-handler-mode. (Bug#10298) 2011-11-15 Juanma Barranquero diff --git a/lisp/url/url-auth.el b/lisp/url/url-auth.el index aebc3c268b4..f7e53eafb44 100644 --- a/lisp/url/url-auth.el +++ b/lisp/url/url-auth.el @@ -164,6 +164,7 @@ instead of hostname:portnum." (type (url-type href)) (port (url-port href)) (file (url-filename href)) + (enable-recursive-minibuffers t) user pass byserv retval data) (setq file (cond (realm realm) -- 2.39.2