]> git.eshelyaron.com Git - emacs.git/commitdiff
* net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 3 Feb 2008 12:06:08 +0000 (12:06 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 3 Feb 2008 12:06:08 +0000 (12:06 +0000)
`tramp-process-sentinel' as process sentinel.

lisp/net/tramp-fish.el

index f6f455b18232a4c77d15c34d7b2de89758ea25a4..abf7b0c27a2aa9caa62509d33d336d23563963d0 100644 (file)
@@ -1125,7 +1125,7 @@ connection if a previous connection has died for some reason."
        (tramp-message vec 6 "%s" (mapconcat 'identity (process-command p) " "))
 
        ;; Check whether process is alive.
-       (set-process-sentinel p 'tramp-flush-connection-property)
+       (set-process-sentinel p 'tramp-process-sentinel)
        (tramp-set-process-query-on-exit-flag p nil)
 
        (tramp-process-actions p vec tramp-actions-before-shell 60)