diff options
| author | Glenn Morris | 2017-10-27 20:09:17 -0400 |
|---|---|---|
| committer | Glenn Morris | 2017-10-27 20:09:17 -0400 |
| commit | 8bd9524a7c57c8fb208c0ecd3a7be96fbad74b0c (patch) | |
| tree | 1099c41b72938a3e894dfd1ca1a8f12c376328cc /lisp/url/url-queue.el | |
| parent | 0b0d91e60a0c25fdb1b3f20128d4bcab398ea6df (diff) | |
| download | emacs-8bd9524a7c57c8fb208c0ecd3a7be96fbad74b0c.tar.gz emacs-8bd9524a7c57c8fb208c0ecd3a7be96fbad74b0c.zip | |
* lisp/button.el (button-activate): Fix doc typo.
Diffstat (limited to 'lisp/url/url-queue.el')
| -rw-r--r-- | lisp/url/url-queue.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/url/url-queue.el b/lisp/url/url-queue.el index 06a77404b58..84da6f60260 100644 --- a/lisp/url/url-queue.el +++ b/lisp/url/url-queue.el | |||
| @@ -177,7 +177,7 @@ The variable `url-queue-timeout' sets a timeout." | |||
| 177 | (with-current-buffer | 177 | (with-current-buffer |
| 178 | (if (and (bufferp (url-queue-buffer job)) | 178 | (if (and (bufferp (url-queue-buffer job)) |
| 179 | (buffer-live-p (url-queue-buffer job))) | 179 | (buffer-live-p (url-queue-buffer job))) |
| 180 | ;; Use the (partially filled) process buffer it it exists. | 180 | ;; Use the (partially filled) process buffer if it exists. |
| 181 | (url-queue-buffer job) | 181 | (url-queue-buffer job) |
| 182 | ;; If not, just create a new buffer, which will probably be | 182 | ;; If not, just create a new buffer, which will probably be |
| 183 | ;; killed again by the caller. | 183 | ;; killed again by the caller. |