diff options
| author | Chris Newton | 2011-07-13 16:12:06 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2011-07-13 16:12:06 +0200 |
| commit | b0c9af93ab50209acfeaa447495bf0d40a4fddc5 (patch) | |
| tree | 4a4c4e46221a036c2c179fe6f0e7bfd5b60e3244 | |
| parent | 2a517d45db7725ad690cb2cbc8ad134057935c22 (diff) | |
| download | emacs-b0c9af93ab50209acfeaa447495bf0d40a4fddc5.tar.gz emacs-b0c9af93ab50209acfeaa447495bf0d40a4fddc5.zip | |
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).
| -rw-r--r-- | lisp/url/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/url/url-http.el | 2 |
2 files changed, 8 insertions, 0 deletions
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 @@ | |||
| 1 | 2011-07-13 Chris Newton <redshodan@gmail.com> (tiny change) | ||
| 2 | |||
| 3 | * url-http.el (url-http): Copy over `url-show-status' to the async | ||
| 4 | buffer so that `url-display-percentage' does the right thing | ||
| 5 | (bug#4680). | ||
| 6 | |||
| 1 | 2011-07-06 Nick Dokos <nicholas.dokos@hp.com> (tiny change) | 7 | 2011-07-06 Nick Dokos <nicholas.dokos@hp.com> (tiny change) |
| 2 | 8 | ||
| 3 | * url-cache.el (url-cache-extract): Set buffer multibyte flag to | 9 | * 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." | |||
| 1172 | url-http-after-change-function | 1172 | url-http-after-change-function |
| 1173 | url-callback-function | 1173 | url-callback-function |
| 1174 | url-callback-arguments | 1174 | url-callback-arguments |
| 1175 | url-show-status | ||
| 1175 | url-http-method | 1176 | url-http-method |
| 1176 | url-http-extra-headers | 1177 | url-http-extra-headers |
| 1177 | url-http-data | 1178 | url-http-data |
| @@ -1206,6 +1207,7 @@ CBARGS as the arguments." | |||
| 1206 | url-http-chunked-start | 1207 | url-http-chunked-start |
| 1207 | url-callback-function | 1208 | url-callback-function |
| 1208 | url-callback-arguments | 1209 | url-callback-arguments |
| 1210 | url-show-status | ||
| 1209 | url-http-process | 1211 | url-http-process |
| 1210 | url-http-method | 1212 | url-http-method |
| 1211 | url-http-extra-headers | 1213 | url-http-extra-headers |