]> git.eshelyaron.com Git - emacs.git/commitdiff
* net/tramp-smb.el (tramp-smb-maybe-open-connection): Use
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 3 Feb 2008 12:08:16 +0000 (12:08 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 3 Feb 2008 12:08:16 +0000 (12:08 +0000)
`tramp-process-sentinel' as process sentinel.

lisp/net/tramp-smb.el

index e9fc92cbc0acbc658ed597bbf20dce77940cc46f..0f1408b8c99666775e9b75f7f3175a6a70899fff 100644 (file)
@@ -1,7 +1,7 @@
 ;;; tramp-smb.el --- Tramp access functions for SMB servers
 
-;; Copyright (C) 2002, 2003, 2004, 2005, 2006,
-;;   2007, 2008 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007,
+;;   2008 Free Software Foundation, Inc.
 
 ;; Author: Michael Albinus <michael.albinus@gmx.de>
 ;; Keywords: comm, processes
@@ -948,7 +948,7 @@ 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-flush-connection-property)
+           (set-process-sentinel p 'tramp-process-sentinel)
            (tramp-set-process-query-on-exit-flag p nil)
            (tramp-set-connection-property p "smb-share" share)