changeset 74134:a81576ee49cc

(url-http-content-length-after-change-function): Use `url-lazy-message'.
author Magnus Henoch <mange@freemail.hu>
date Thu, 23 Nov 2006 08:40:06 +0000
parents 2942fb5a1900
children e125bce98ce9
files lisp/url/url-http.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/url/url-http.el	Thu Nov 23 07:26:52 2006 +0000
+++ b/lisp/url/url-http.el	Thu Nov 23 08:40:06 2006 +0000
@@ -819,7 +819,7 @@
       (progn
 	;; Found the end of the document!  Wheee!
 	(url-display-percentage nil nil)
-	(message "Reading... done.")
+	(url-lazy-message "Reading... done.")
 	(if (url-http-parse-headers)
 	    (url-http-activate-callback)))))