+2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
+
+ * net/tramp.el (tramp-handle-verify-visited-file-modtime): New
+ docstring. From Luc Teirlinck.
+
2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
* autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
;; This function makes the same assumption as
;; `tramp-handle-set-visited-file-modtime'.
(defun tramp-handle-verify-visited-file-modtime (buf)
- "Like `verify-visited-file-modtime' for tramp files."
+ "Like `verify-visited-file-modtime' for tramp files.
+At the time `verify-visited-file-modtime' calls this function, we
+already know that the buffer is visiting a file and that
+`visited-file-modtime' does not return 0. Do not call this
+function directly, unless those two cases are already taken care
+of."
(with-current-buffer buf
(let ((f (buffer-file-name)))
(with-parsed-tramp-file-name f nil