Function: bookmark--watch-file-already-queried-p
bookmark--watch-file-already-queried-p is a byte-compiled function
defined in bookmark.el.gz.
Signature
(bookmark--watch-file-already-queried-p NEW-MTIME)
Source Code
;; Defined in /usr/src/emacs/lisp/bookmark.el.gz
(defun bookmark--watch-file-already-queried-p (new-mtime)
;; Don't ask repeatedly if user already said "no" to reloading a
;; file with this mtime:
(prog1 (equal new-mtime bookmark--watch-already-asked-mtime)
(setq bookmark--watch-already-asked-mtime new-mtime)))