Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
47e02af4
Commit
47e02af4
authored
Feb 03, 2008
by
Michael Albinus
Browse files
* net/tramp-smb.el (tramp-smb-maybe-open-connection): Use
`tramp-process-sentinel' as process sentinel.
parent
76d99f95
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lisp/net/tramp-smb.el
lisp/net/tramp-smb.el
+3
-3
No files found.
lisp/net/tramp-smb.el
View file @
47e02af4
;;; 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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment