Variable: remote-file-name-inhibit-locks

remote-file-name-inhibit-locks is a customizable variable defined in files.el.gz.

Value

nil

Documentation

Whether to create file locks for remote files.

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

View in manual

Probably introduced at or before Emacs version 28.1.

Source Code

;; Defined in /usr/src/emacs/lisp/files.el.gz
(defcustom remote-file-name-inhibit-locks nil
  "Whether to create file locks for remote files."
  :group 'files
  :group 'tramp
  :version "28.1"
  :type 'boolean)