1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

Don't end autorevert message with a period

* lisp/autorevert.el (auto-revert-handler): Don't end message with
a period.
This commit is contained in:
Stefan Kangas 2022-08-21 17:28:14 +02:00
parent 6dc61aa69a
commit 79560aaa51

View file

@ -800,7 +800,7 @@ This is an internal function used by Auto-Revert Mode."
(when revert
(when (and auto-revert-verbose
(not (eq revert 'fast)))
(message "Reverting buffer `%s'." (buffer-name)))
(message "Reverting buffer `%s'" (buffer-name)))
;; If point (or a window point) is at the end of the buffer, we
;; want to keep it at the end after reverting. This allows one
;; to tail a file.