* url-auth.el (url-digest-auth): Copy previous url-basic-auth change.

This commit is contained in:
Glenn Morris 2012-01-12 00:14:41 -08:00
parent d8d469ef27
commit e7a8cb8f82
2 changed files with 4 additions and 2 deletions

View file

@ -1,7 +1,8 @@
2012-01-12 Glenn Morris <rgm@gnu.org>
* 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 <lekktu@gmail.com>

View file

@ -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)