# HG changeset patch # User Magnus Henoch # Date 1164271206 0 # Node ID a81576ee49cc1c75c2ba81326c961fabcdbb68b2 # Parent 2942fb5a1900649d249775a5f46b44faba5d4750 (url-http-content-length-after-change-function): Use `url-lazy-message'. diff -r 2942fb5a1900 -r a81576ee49cc lisp/url/url-http.el --- 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)))))