From: Michael Albinus Date: Sun, 3 Feb 2008 12:06:08 +0000 (+0000) Subject: * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use X-Git-Tag: emacs-pretest-23.0.90~8212 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=24f7320bdc37cdebdd4beb8e8947b0e941054151;p=emacs.git * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use `tramp-process-sentinel' as process sentinel. --- diff --git a/lisp/net/tramp-fish.el b/lisp/net/tramp-fish.el index f6f455b1823..abf7b0c27a2 100644 --- a/lisp/net/tramp-fish.el +++ b/lisp/net/tramp-fish.el @@ -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)