Mercurial > emacs
changeset 95964:c8848a020b33
* net/tramp-cmds.el (tramp-cleanup-all-connections): Reset
`tramp-locked'.
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Sun, 15 Jun 2008 13:37:25 +0000 |
parents | a20bb74ebe03 |
children | 2793cde5d016 |
files | lisp/net/tramp-cmds.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/net/tramp-cmds.el Sun Jun 15 13:36:30 2008 +0000 +++ b/lisp/net/tramp-cmds.el Sun Jun 15 13:37:25 2008 +0000 @@ -102,6 +102,9 @@ This includes password cache, file cache, connection cache, buffers." (interactive) + ;; Unlock Tramp. + (setq tramp-locked nil) + ;; Flush password cache. (when (functionp 'password-reset) (funcall (symbol-function 'password-reset)))