aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/url
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/url')
-rw-r--r--lisp/url/url-queue.el2
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.