From 114cfbb83b3c86c9bc7598fd86a36025d0ddf1ea Mon Sep 17 00:00:00 2001
From: Chong Yidong <cyd@stupidchicken.com>
Date: Mon, 31 Mar 2008 22:02:08 +0000
Subject: [PATCH] * url-auth.el (url-digest-auth): Changed an if so that the
 interaction between the PROMPT and OVERWRITE arguments can no longer result
 in the user being queried twice for the same login and password information.

---
 lisp/url/ChangeLog | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog
index d2c32afc204..f94441b9d7e 100644
--- a/lisp/url/ChangeLog
+++ b/lisp/url/ChangeLog
@@ -1,3 +1,10 @@
+2008-01-29  John Wiegley  <johnw@newartisans.com>
+
+	* url-auth.el (url-digest-auth): Changed an if so that the
+	interaction between the PROMPT and OVERWRITE arguments can no
+	longer result in the user being queried twice for the same login
+	and password information.
+
 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
 
 	* url-util.el (url-get-normalized-date): Simplify
-- 
2.39.5