# HG changeset patch # User Michael Albinus # Date 1202040368 0 # Node ID f8cab158daf238cc4182797888fe03352eea70bc # Parent 76c777ce052a63841d0c1cbd4394dfab71390196 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use `tramp-process-sentinel' as process sentinel. diff -r 76c777ce052a -r f8cab158daf2 lisp/net/tramp-fish.el --- a/lisp/net/tramp-fish.el Sun Feb 03 12:05:05 2008 +0000 +++ b/lisp/net/tramp-fish.el Sun Feb 03 12:06:08 2008 +0000 @@ -1125,7 +1125,7 @@ (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)