aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/url/ChangeLog5
-rw-r--r--lisp/url/url-auth.el1
2 files changed, 4 insertions, 2 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog
index 99a07ec60f..f011a8d1dc 100644
--- a/lisp/url/ChangeLog
+++ b/lisp/url/ChangeLog
@@ -1,7 +1,8 @@
2012-01-12 Glenn Morris <[email protected]>
- * 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 <[email protected]>
diff --git a/lisp/url/url-auth.el b/lisp/url/url-auth.el
index aebc3c268b..f7e53eafb4 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)