From 7d598e281d15522b64a8807e6805e715c581f12f Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Mon, 12 Oct 2020 13:06:16 +0200 Subject: Make tramp-completion-reread-directory-timeout obsolete (Bug#43932) * doc/misc/tramp.texi (File name completion, Frequently Asked Questions): Remove `tramp-completion-reread-directory-timeout'. (Bug#43932) * etc/NEWS: Mention tramp-completion-reread-directory-timeout as obsolete. * lisp/net/tramp.el (tramp-completion-reread-directory-timeout): Make it obsolete. --- lisp/net/tramp.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lisp') 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: -- cgit v1.2.3