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