emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/net/tramp-smb.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/net/tramp-smb.el
Date: Mon, 16 May 2005 18:58:11 -0400

Index: emacs/lisp/net/tramp-smb.el
diff -c emacs/lisp/net/tramp-smb.el:1.16 emacs/lisp/net/tramp-smb.el:1.17
*** emacs/lisp/net/tramp-smb.el:1.16    Sun Mar 20 20:00:20 2005
--- emacs/lisp/net/tramp-smb.el Mon May 16 22:58:11 2005
***************
*** 954,960 ****
        (when port   (setq args (append args (list "-p" port))))
  
        ; OK, let's go
!       (tramp-pre-connection nil tramp-smb-method user host)
        (tramp-message 7 "Opening connection for //address@hidden/%s..."
                     user host (or share ""))
  
--- 954,960 ----
        (when port   (setq args (append args (list "-p" port))))
  
        ; OK, let's go
!       (tramp-pre-connection nil tramp-smb-method user host tramp-chunksize)
        (tramp-message 7 "Opening connection for //address@hidden/%s..."
                     user host (or share ""))
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]