Variable: remote-file-name-inhibit-auto-save-visited

remote-file-name-inhibit-auto-save-visited is a customizable variable defined in files.el.gz.

Value

nil

Documentation

When nil, auto-save-visited-mode(var)/auto-save-visited-mode(fun) will auto-save remote files.

Any other value means that it will not.

This variable was added, or its default value changed, in Emacs 29.1.

Probably introduced at or before Emacs version 29.1.

Source Code

;; Defined in /usr/src/emacs/lisp/files.el.gz
(defcustom remote-file-name-inhibit-auto-save-visited nil
  "When nil, `auto-save-visited-mode' will auto-save remote files.
Any other value means that it will not."
  :group 'auto-save
  :group 'tramp
  :type 'boolean
  :version "29.1")