mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-22 05:31:01 -08:00
* net/tramp-cmds.el (tramp-cleanup-all-connections): Reset
`tramp-locked'.
This commit is contained in:
parent
11c712173e
commit
6f77e7d72e
2 changed files with 13 additions and 0 deletions
|
|
@ -1,3 +1,13 @@
|
||||||
|
2008-06-15 Michael Albinus <michael.albinus@gmx.de>
|
||||||
|
|
||||||
|
* net/tramp.el (tramp-handle-start-file-process): Clear
|
||||||
|
modification time of the connection buffer.
|
||||||
|
(tramp-sh-file-name-handler): Reset `tramp-locked' in case of
|
||||||
|
error.
|
||||||
|
|
||||||
|
* net/tramp-cmds.el (tramp-cleanup-all-connections): Reset
|
||||||
|
`tramp-locked'.
|
||||||
|
|
||||||
2008-06-15 Ulf Jasper <ulf@web.de>
|
2008-06-15 Ulf Jasper <ulf@web.de>
|
||||||
|
|
||||||
* net/newst-treeview.el (newsticker--treeview-list-update)
|
* net/newst-treeview.el (newsticker--treeview-list-update)
|
||||||
|
|
|
||||||
|
|
@ -102,6 +102,9 @@ When called interactively, a Tramp connection has to be selected."
|
||||||
This includes password cache, file cache, connection cache, buffers."
|
This includes password cache, file cache, connection cache, buffers."
|
||||||
(interactive)
|
(interactive)
|
||||||
|
|
||||||
|
;; Unlock Tramp.
|
||||||
|
(setq tramp-locked nil)
|
||||||
|
|
||||||
;; Flush password cache.
|
;; Flush password cache.
|
||||||
(when (functionp 'password-reset)
|
(when (functionp 'password-reset)
|
||||||
(funcall (symbol-function 'password-reset)))
|
(funcall (symbol-function 'password-reset)))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue