(set-buffer (get-file-buffer file))
(or verify-tags-table-function (tags-table-mode))
(unless (or (verify-visited-file-modtime (current-buffer))
- ;; Avoid an infinte loop of questions about
- ;; re-reading content if file was removed.
+ ;; 'verify-visited-file-modtime' return non-nil if
+ ;; the tags table file was meanwhile deleted. Avoid
+ ;; asking the question below again if so.
(not (file-exists-p file))
;; Decide whether to revert the file.
;; revert-without-query can say to revert