Function: clear-visited-file-modtime
clear-visited-file-modtime is a byte-compiled function defined in
files.el.gz.
Signature
(clear-visited-file-modtime)
Documentation
Clear out records of last mod time of visited file.
Next attempt to save will not complain of a discrepancy.
Source Code
;; Defined in /usr/src/emacs/lisp/files.el.gz
(defun clear-visited-file-modtime ()
"Clear out records of last mod time of visited file.
Next attempt to save will not complain of a discrepancy."
(set-visited-file-modtime 0))