Variable: auto-revert-remote-files
auto-revert-remote-files is a customizable variable defined in
autorevert.el.gz.
Value
nil
Documentation
If nil remote files are not reverted in Auto Revert modes.
This variable was added, or its default value changed, in Emacs 24.4.
Probably introduced at or before Emacs version 24.4.
Source Code
;; Defined in /usr/src/emacs/lisp/autorevert.el.gz
(defcustom auto-revert-remote-files nil
"If nil remote files are not reverted in Auto Revert modes."
:group 'auto-revert
:type 'boolean
:version "24.4")