Mercurial > emacs
changeset 97036:c12684567ab4
* net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
`tramp-process-sentinel'.
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Sat, 26 Jul 2008 18:44:25 +0000 |
parents | 837d18731242 |
children | e815b4836239 |
files | lisp/net/tramp-fish.el |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/net/tramp-fish.el Sat Jul 26 18:43:51 2008 +0000 +++ b/lisp/net/tramp-fish.el Sat Jul 26 18:44:25 2008 +0000 @@ -1124,7 +1124,6 @@ (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)