(tramp-cleanup-connection): Update calls to
tramp-flush-connection-property for removed 2nd argument.
This commit is contained in:
parent
e7d7fd8ccf
commit
9d7cb26e1e
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-02-05 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
|
||||
tramp-flush-connection-property for removed 2nd argument.
|
||||
|
||||
2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* diff-mode.el (diff-add-change-log-entries-other-window):
|
||||
|
|
|
@ -88,8 +88,8 @@ When called interactively, a Tramp connection has to be selected."
|
|||
(tramp-flush-directory-property vec "/")
|
||||
|
||||
;; Flush connection cache.
|
||||
(tramp-flush-connection-property (tramp-get-connection-process vec) nil)
|
||||
(tramp-flush-connection-property vec nil)
|
||||
(tramp-flush-connection-property (tramp-get-connection-process vec))
|
||||
(tramp-flush-connection-property vec)
|
||||
|
||||
;; Remove buffers.
|
||||
(dolist
|
||||
|
|
Loading…
Add table
Reference in a new issue