From f0d64cfca0337c790c5f80c163ac88275569dac2 Mon Sep 17 00:00:00 2001 From: Magnus Henoch Date: Thu, 23 Nov 2006 08:40:06 +0000 Subject: [PATCH] (url-http-content-length-after-change-function): Use `url-lazy-message'. --- lisp/url/url-http.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))))) -- 2.11.4.GIT