From: Glenn Morris Date: Thu, 12 Jan 2012 08:14:41 +0000 (-0800) Subject: * url-auth.el (url-digest-auth): Copy previous url-basic-auth change. X-Git-Tag: emacs-pretest-24.0.93~97^2~22 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e7a8cb8f8212d717147d561a78f6322e951b14e3;p=emacs.git * url-auth.el (url-digest-auth): Copy previous url-basic-auth change. --- 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)