]> git.eshelyaron.com Git - emacs.git/commitdiff
(tramp-cleanup-connection): Update calls to
authorGlenn Morris <rgm@gnu.org>
Tue, 5 Feb 2008 03:54:37 +0000 (03:54 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 5 Feb 2008 03:54:37 +0000 (03:54 +0000)
tramp-flush-connection-property for removed 2nd argument.

lisp/ChangeLog
lisp/net/tramp-cmds.el

index 6e7743d7ae674fc058092f20149ac1bf9928bc47..c43ccac443abe928b6ca3a77e1f457481ba9e6c7 100644 (file)
@@ -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):
index d76e27e443c24322f513b513a20aa24323081a2d..8ccceb21e487908e65e7ce9a9b4405bf1aabced5 100644 (file)
@@ -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