Update of /cvsroot/tramp/tramp/lisp
In directory usw-pr-cvs1:/tmp/cvs-serv9680
Modified Files:
tramp.el
Log Message:
Erase buffer before expanding tilde, too.
Index: tramp.el
===================================================================
RCS file: /cvsroot/tramp/tramp/lisp/tramp.el,v
retrieving revision 2.93
retrieving revision 2.94
diff -C2 -d -r2.93 -r2.94
*** tramp.el 25 Mar 2002 16:30:02 -0000 2.93
--- tramp.el 25 Mar 2002 16:32:25 -0000 2.94
***************
*** 2336,2339 ****
--- 2336,2341 ----
(fname (match-string 2 path)))
;; CCC fanatic error checking?
+ (set-buffer (tramp-get-buffer multi-method method user host))
+ (erase-buffer)
(tramp-send-command
multi-method method user host
|