(url-retrieve): Test url-history-track.

This commit is contained in:
Richard M. Stallman 2005-12-01 19:14:15 +00:00
parent b330c3e94e
commit 11b5750f12

View file

@ -148,7 +148,8 @@ already completed."
(if buffer
(with-current-buffer buffer
(apply callback cbargs))))
(url-history-update-url url (current-time))
(if url-history-track
(url-history-update-url url (current-time)))
buffer))
(defun url-retrieve-synchronously (url)