]> git.eshelyaron.com Git - emacs.git/commitdiff
* url-auth.el (url-digest-auth): Copy previous url-basic-auth change.
authorGlenn Morris <rgm@gnu.org>
Thu, 12 Jan 2012 08:14:41 +0000 (00:14 -0800)
committerGlenn Morris <rgm@gnu.org>
Thu, 12 Jan 2012 08:14:41 +0000 (00:14 -0800)
lisp/url/ChangeLog
lisp/url/url-auth.el

index 99a07ec60febe87f99a35b70fef63166a50d6ac1..f011a8d1dc04d3b40bf9c8f3989bea40dd48441d 100644 (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>
 
index aebc3c268b4f117da06fa38e532c78be3a58b105..f7e53eafb4451d8dffd220d38bc39a8d7fb60802 100644 (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)