Make url-queue not kill a random buffer on error
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 19 Feb 2012 08:49:09 +0000 (09:49 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 19 Feb 2012 08:49:09 +0000 (09:49 +0100)
commit55645c67978eb15884ed5ca919b1691b3715e3ad
treec60c1ea32786fe5cba3bd47a8e85a1f6c97b48cc
parent20af23949ddcb8b4b2ca54c51911117415f2d46a
Make url-queue not kill a random buffer on error

* url-queue.el (url-queue-callback-function): Remove the job from
the queue so that we don't kill the current buffer, which will
then make the callback function kill a random buffer.
lisp/url/ChangeLog
lisp/url/url-queue.el