An earlier version of this function returned the value, ref
http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00708.html
but now it returns the function (see commentary).
+2013-06-21 Glenn Morris <rgm@gnu.org>
+
+ * url-future.el (url-future-call): Remove useless value call.
+
2013-05-23 Glenn Morris <rgm@gnu.org>
* url.el (mm-dissect-buffer, mm-display-part): Declare.
(setf (url-future-value url-future)
(funcall ff))
(error (url-future-errored url-future catcher)))
- (url-future-value url-future)))
+ ;; Unused return value.
+;;; (url-future-value url-future)
+ ))
(if (url-future-errored-p url-future)
url-future
(url-future-finish url-future))))