projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6dc61aa
)
Don't end autorevert message with a period
author
Stefan Kangas
<stefankangas@gmail.com>
Sun, 21 Aug 2022 15:28:14 +0000
(17:28 +0200)
committer
Stefan Kangas
<stefankangas@gmail.com>
Sun, 21 Aug 2022 15:28:14 +0000
(17:28 +0200)
* lisp/autorevert.el (auto-revert-handler): Don't end message with
a period.
lisp/autorevert.el
patch
|
blob
|
history
diff --git
a/lisp/autorevert.el
b/lisp/autorevert.el
index 918c0c7f19d4fe158413bc39f638af8807b9314e..872a896689c94dc0e32a04bf918f025cb586eaec 100644
(file)
--- a/
lisp/autorevert.el
+++ b/
lisp/autorevert.el
@@
-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.