Variable: remote-file-name-inhibit-auto-save
remote-file-name-inhibit-auto-save is a customizable variable defined
in simple.el.gz.
Value
nil
Documentation
When nil, auto-save-mode will auto-save remote files.
Any other value means that it will not.
This variable was added, or its default value changed, in Emacs 30.1.
Probably introduced at or before Emacs version 30.1.
Source Code
;; Defined in /usr/src/emacs/lisp/simple.el.gz
(defcustom remote-file-name-inhibit-auto-save nil
"When nil, `auto-save-mode' will auto-save remote files.
Any other value means that it will not."
:group 'auto-save
:group 'tramp
:type 'boolean
:version "30.1")