diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2008-07-26 18:44:55 +0000 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2008-07-26 18:44:55 +0000 |
commit | d9ae7b9de8234dc13303770a3b6cbeaacc14dd50 (patch) | |
tree | 20a8abc7303f0c5c9164725617dbdf58bda78c33 /lisp | |
parent | e68f9843295c88171a32b19b5130b4c2ef7ac593 (diff) | |
download | emacs-d9ae7b9de8234dc13303770a3b6cbeaacc14dd50.tar.gz |
* net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
`tramp-process-sentinel'.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/net/tramp-smb.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/net/tramp-smb.el b/lisp/net/tramp-smb.el index 1380b030355..a3ac67e0b7a 100644 --- a/lisp/net/tramp-smb.el +++ b/lisp/net/tramp-smb.el @@ -948,7 +948,6 @@ connection if a previous connection has died for some reason." (tramp-message vec 6 "%s" (mapconcat 'identity (process-command p) " ")) - (set-process-sentinel p 'tramp-process-sentinel) (tramp-set-process-query-on-exit-flag p nil) (tramp-set-connection-property p "smb-share" share) |