]> code.delx.au - gnu-emacs/blobdiff - lisp/url/url-auth.el
Update copyright year to 2015
[gnu-emacs] / lisp / url / url-auth.el
index aebc3c268b4f117da06fa38e532c78be3a58b105..58bf45b022648fb3fc1380e76e3fae21f80a62dd 100644 (file)
@@ -1,6 +1,6 @@
 ;;; url-auth.el --- Uniform Resource Locator authorization modules
 
-;; Copyright (C) 1996-1999, 2004-201 Free Software Foundation, Inc.
+;; Copyright (C) 1996-1999, 2004-2015 Free Software Foundation, Inc.
 
 ;; Keywords: comm, data, processes, hypermedia
 
@@ -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)