Merge from origin/emacs-27
8a92030f6a
(origin/emacs-27) Fix hang in autorevert-tests.el
# Conflicts:
# test/lisp/autorevert-tests.el
This commit is contained in:
commit
309635af69
1 changed files with 3 additions and 1 deletions
|
@ -133,7 +133,9 @@ This expects `auto-revert--messages' to be bound by
|
|||
(format-message
|
||||
"Reverting buffer `%s'\\." (buffer-name buffer))
|
||||
(or auto-revert--messages ""))))
|
||||
(if (with-current-buffer buffer auto-revert-use-notify)
|
||||
(if (and (or file-notify--library
|
||||
(file-remote-p temporary-file-directory))
|
||||
(with-current-buffer buffer auto-revert-use-notify))
|
||||
(read-event nil nil 0.05)
|
||||
(sleep-for 0.05)))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue