]> git.eshelyaron.com Git - emacs.git/commit
New user option remote-file-name-inhibit-auto-save
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 23 Mar 2023 16:09:52 +0000 (17:09 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 23 Mar 2023 16:09:52 +0000 (17:09 +0100)
commitb19d040a4fe709b032143d8e569690073befabdf
treeacb7a74cd70f241da95745c068ce7045e797edda
parent117a29fd1889591d01e1bb5ede4eec9526a482ad
New user option remote-file-name-inhibit-auto-save

* doc/misc/tramp.texi (Auto-save File Lock and Backup):
Mention remote-file-name-inhibit-auto-save.
(Frequently Asked Questions): Describe, how to suppress auto-save.

* etc/NEWS: Add remote-file-name-inhibit-auto-save.

* lisp/simple.el (remote-file-name-inhibit-auto-save): New defcustom.
(auto-save-mode): Handle it.  (Bug#62260)

* lisp/net/tramp-integration.el
(tramp-set-connection-local-variables-for-buffer): Declare.
(find-file-hook): Add `tramp-set-connection-local-variables-for-buffer'.
doc/misc/tramp.texi
etc/NEWS
lisp/net/tramp-integration.el
lisp/simple.el