mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
Fix previous patch.
This commit is contained in:
parent
8f75469172
commit
8d815e3c6a
1 changed files with 5 additions and 5 deletions
|
|
@ -444,11 +444,11 @@ This is an internal function used by Auto-Revert Mode."
|
|||
;; `remote-file-name-inhibit-cache' forces Tramp
|
||||
;; to reread the values.
|
||||
(let ((remote-file-name-inhibit-cache t))
|
||||
(file-readable-p buffer-file-name)
|
||||
(/= auto-revert-tail-pos
|
||||
(setq size
|
||||
(nth 7 (file-attributes
|
||||
buffer-file-name)))))
|
||||
(and (file-readable-p buffer-file-name)
|
||||
(/= auto-revert-tail-pos
|
||||
(setq size
|
||||
(nth 7 (file-attributes
|
||||
buffer-file-name))))))
|
||||
(and (not (file-remote-p buffer-file-name))
|
||||
(file-readable-p buffer-file-name)
|
||||
(not (verify-visited-file-modtime buffer)))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue