diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2020-10-12 13:06:16 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2020-10-12 13:06:16 +0200 |
commit | 7d598e281d15522b64a8807e6805e715c581f12f (patch) | |
tree | 4181933596a8e2c987a00e8c83cf0dc27212e9da /lisp | |
parent | 2c31ce18eaa4710e6ff1d73c82432f218ded7c45 (diff) | |
download | emacs-7d598e281d15522b64a8807e6805e715c581f12f.tar.gz emacs-7d598e281d15522b64a8807e6805e715c581f12f.tar.bz2 emacs-7d598e281d15522b64a8807e6805e715c581f12f.zip |
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.
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: |