Mercurial > emacs
changeset 91487:f8cab158daf2
* net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
`tramp-process-sentinel' as process sentinel.
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Sun, 03 Feb 2008 12:06:08 +0000 |
parents | 76c777ce052a |
children | 26d030db0d70 |
files | lisp/net/tramp-fish.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)