diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/net/tramp.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 2e6fbe1c767..e7432f2aa09 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -1224,6 +1224,8 @@ have been gone since last remote command execution. A value of t would require an immediate reread during filename completion, nil means to use always cached values for the directory contents." :type '(choice (const nil) (const t) integer)) +(make-obsolete-variable + 'tramp-completion-reread-directory-timeout 'remote-file-name-inhibit-cache "27.2") ;;; Internal Variables: |