Function: bookmark-update-last-modified
bookmark-update-last-modified is a byte-compiled function defined in
bookmark.el.gz.
Signature
(bookmark-update-last-modified BOOKMARK-NAME-OR-RECORD)
Documentation
Update the last-modified date of BOOKMARK-NAME-OR-RECORD to the current time.
Source Code
;; Defined in /usr/src/emacs/lisp/bookmark.el.gz
(defun bookmark-update-last-modified (bookmark-name-or-record)
"Update the last-modified date of BOOKMARK-NAME-OR-RECORD to the current time."
(bookmark-prop-set bookmark-name-or-record 'last-modified (current-time)))