]> git.eshelyaron.com Git - emacs.git/commitdiff
* net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 26 Jul 2008 18:44:25 +0000 (18:44 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 26 Jul 2008 18:44:25 +0000 (18:44 +0000)
`tramp-process-sentinel'.

lisp/net/tramp-fish.el

index 9797f0346701a606f1b5c989d16696c193dc2040..73fb1db58251f92094182eb5aa3b0688dc26f422 100644 (file)
@@ -1124,7 +1124,6 @@ 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-process-sentinel)
        (tramp-set-process-query-on-exit-flag p nil)
 
        (tramp-process-actions p vec tramp-actions-before-shell 60)