From: Michael Albinus Date: Sat, 26 Jul 2008 18:44:25 +0000 (+0000) Subject: * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call X-Git-Tag: emacs-pretest-23.0.90~3865 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c34edbdc8033fdd45db613653580ed32f1f8fc51;p=emacs.git * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call `tramp-process-sentinel'. --- diff --git a/lisp/net/tramp-fish.el b/lisp/net/tramp-fish.el index 9797f034670..73fb1db5825 100644 --- a/lisp/net/tramp-fish.el +++ b/lisp/net/tramp-fish.el @@ -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)