From: Magnus Henoch Date: Thu, 23 Nov 2006 08:40:06 +0000 (+0000) Subject: (url-http-content-length-after-change-function): Use `url-lazy-message'. X-Git-Tag: emacs-pretest-22.0.92~557 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f0d64cfca0337c790c5f80c163ac88275569dac2;p=emacs.git (url-http-content-length-after-change-function): Use `url-lazy-message'. --- diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el index 69c04c51c28..ff8bb45d738 100644 --- a/lisp/url/url-http.el +++ b/lisp/url/url-http.el @@ -819,7 +819,7 @@ the callback to be triggered." (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)))))