From c34edbdc8033fdd45db613653580ed32f1f8fc51 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sat, 26 Jul 2008 18:44:25 +0000 Subject: [PATCH] * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call `tramp-process-sentinel'. --- lisp/net/tramp-fish.el | 1 - 1 file changed, 1 deletion(-) 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) -- 2.39.2