summaryrefslogtreecommitdiff
path: root/lisp/net/tramp-smb.el
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2011-04-25 20:10:17 +0200
committerMichael Albinus <michael.albinus@gmx.de>2011-04-25 20:10:17 +0200
commitbfd31217eac63c0b8a5470f67af9a733713ee126 (patch)
tree31268f6e8bc1ed380521c5f8c3039febf1ba7274 /lisp/net/tramp-smb.el
parent850256b5e9fa9f03008b843e58b1b338d86877f5 (diff)
downloademacs-bfd31217eac63c0b8a5470f67af9a733713ee126.tar.gz
* net/tramp.el (tramp-process-actions): Add POS argument. Delete
region between POS and (pos). * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band): Use `nil' position in `tramp-process-actions' call. (tramp-maybe-open-connection): Call `tramp-process-actions' with pos. * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil' position in `tramp-process-actions' call. * net/trampver.el: Update release number.
Diffstat (limited to 'lisp/net/tramp-smb.el')
-rw-r--r--lisp/net/tramp-smb.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp-smb.el b/lisp/net/tramp-smb.el
index 36477f7b439..5a62b71bda1 100644
--- a/lisp/net/tramp-smb.el
+++ b/lisp/net/tramp-smb.el
@@ -1314,7 +1314,7 @@ connection if a previous connection has died for some reason."
;; Play login scenario.
(tramp-process-actions
- p vec
+ p vec nil
(if share
tramp-smb-actions-with-share
tramp-smb-actions-without-share))