Function: url-history-update-url

url-history-update-url is a byte-compiled function defined in url-history.el.gz.

Signature

(url-history-update-url URL TIME)

Source Code

;; Defined in /usr/src/emacs/lisp/url/url-history.el.gz
(defun url-history-update-url (url time)
  (setq url-history-changed-since-last-save t)
  (puthash (if (url-p url) (url-recreate-url url) url) time
           url-history-hash-table))