From: Chris Newton Date: Wed, 13 Jul 2011 14:12:06 +0000 (+0200) Subject: Copy over `url-show-status' to the async buffer X-Git-Tag: emacs-pretest-24.0.90~104^2~323 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b0c9af93ab50209acfeaa447495bf0d40a4fddc5;p=emacs.git Copy over `url-show-status' to the async buffer * url-http.el (url-http): Copy over `url-show-status' to the async buffer so that `url-display-percentage' does the right thing (bug#4680). --- diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 80b970ac02f..6a3638c4232 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog @@ -1,3 +1,9 @@ +2011-07-13 Chris Newton (tiny change) + + * url-http.el (url-http): Copy over `url-show-status' to the async + buffer so that `url-display-percentage' does the right thing + (bug#4680). + 2011-07-06 Nick Dokos (tiny change) * url-cache.el (url-cache-extract): Set buffer multibyte flag to diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el index 7e8b0d958cc..def35449397 100644 --- a/lisp/url/url-http.el +++ b/lisp/url/url-http.el @@ -1172,6 +1172,7 @@ CBARGS as the arguments." url-http-after-change-function url-callback-function url-callback-arguments + url-show-status url-http-method url-http-extra-headers url-http-data @@ -1206,6 +1207,7 @@ CBARGS as the arguments." url-http-chunked-start url-callback-function url-callback-arguments + url-show-status url-http-process url-http-method url-http-extra-headers