(url-retrieve): Test url-history-track.
This commit is contained in:
parent
b330c3e94e
commit
11b5750f12
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue