projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
076dd1f
)
* lisp/autorevert.el (auto-revert-notify-handler): Fix bracketing.
author
Mattias Engdegård
<mattiase@acm.org>
Fri, 3 Jan 2020 23:01:42 +0000
(
00:01
+0100)
committer
Mattias Engdegård
<mattiase@acm.org>
Sat, 4 Jan 2020 10:45:47 +0000
(11:45 +0100)
lisp/autorevert.el
patch
|
blob
|
history
diff --git
a/lisp/autorevert.el
b/lisp/autorevert.el
index 7503fcc0264a4570b2908b0c7b1728e7cc276b69..3151b6e590d3ed82e5f900d813df2031b3134e9d 100644
(file)
--- a/
lisp/autorevert.el
+++ b/
lisp/autorevert.el
@@
-733,8
+733,8
@@
system.")
(null buffer-file-name))
(auto-revert-notify-rm-watch)
;; Restart the timer if it wasn't running.
- (unless auto-revert-timer
)
- (auto-revert-set-timer))))
+ (unless auto-revert-timer
+ (auto-revert-set-timer))))
)
;; Loop over all buffers, in order to find the intended one.
(cl-dolist (buffer buffers)