diff options
| author | Michael Albinus | 2019-02-24 11:15:49 +0100 |
|---|---|---|
| committer | Michael Albinus | 2019-02-24 11:15:49 +0100 |
| commit | cbcb5718761dc645c291110ceb7250628510b1dc (patch) | |
| tree | 038ecc23b83b8e6a1ff6b8d33b372af7d03d21a6 /doc | |
| parent | 975893b229072aa1b5565cc1a73987fa83ed5b21 (diff) | |
| download | emacs-cbcb5718761dc645c291110ceb7250628510b1dc.tar.gz emacs-cbcb5718761dc645c291110ceb7250628510b1dc.zip | |
Cleanup also recentf files in Tramp
* doc/misc/tramp.texi (Cleanup remote connections): Mention also
recentf cache.
* lisp/net/tramp-cmds.el (tramp-cleanup-connection)
(tramp-cleanup-all-connections): Call `tramp-recentf-cleanup'.
* lisp/net/tramp-integration.el: New package.
* lisp/net/tramp.el (tramp-rfn-eshadow-overlay)
(tramp-rfn-eshadow-setup-minibuffer)
(tramp-rfn-eshadow-update-overlay-regexp)
(tramp-rfn-eshadow-update-overlay):
(tramp-eshell-directory-change): Move to tramp-integration.el
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/tramp.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 7587059f393..3630c317b2f 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -3166,7 +3166,8 @@ interactively, this command lists active remote connections in the | |||
| 3166 | minibuffer. Each connection is of the format | 3166 | minibuffer. Each connection is of the format |
| 3167 | @file{@trampfn{method,user@@host,}}. Flushing remote connections also | 3167 | @file{@trampfn{method,user@@host,}}. Flushing remote connections also |
| 3168 | cleans the password cache (@pxref{Password handling}), file cache, | 3168 | cleans the password cache (@pxref{Password handling}), file cache, |
| 3169 | connection cache (@pxref{Connection caching}), and connection buffers. | 3169 | connection cache (@pxref{Connection caching}), recentf cache |
| 3170 | (@pxref{File Conveniences, , , emacs}), and connection buffers. | ||
| 3170 | @end deffn | 3171 | @end deffn |
| 3171 | 3172 | ||
| 3172 | @deffn Command tramp-cleanup-this-connection | 3173 | @deffn Command tramp-cleanup-this-connection |