Update of /cvsroot/tramp/tramp/lisp
In directory usw-pr-cvs1:/tmp/cvs-serv10182/tramp/lisp
Modified Files:
ChangeLog tramp.el
Log Message:
(tramp-post-connection): Make sure to leave an empty
connection buffer on exit.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/tramp/tramp/lisp/ChangeLog,v
retrieving revision 2.90
retrieving revision 2.91
diff -C2 -d -r2.90 -r2.91
*** ChangeLog 6 Mar 2002 11:54:26 -0000 2.90
--- ChangeLog 12 Mar 2002 10:07:47 -0000 2.91
***************
*** 1,2 ****
--- 1,7 ----
+ 2002-03-12 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+
+ * tramp.el (tramp-post-connection): Make sure to leave an empty
+ connection buffer on exit.
+
2002-03-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
Index: tramp.el
===================================================================
RCS file: /cvsroot/tramp/tramp/lisp/tramp.el,v
retrieving revision 2.90
retrieving revision 2.91
diff -C2 -d -r2.90 -r2.91
*** tramp.el 6 Mar 2002 11:54:26 -0000 2.90
--- tramp.el 12 Mar 2002 10:07:47 -0000 2.91
***************
*** 4051,4054 ****
--- 4051,4055 ----
(error "Remote host cannot execute de/encoding commands. See buffer `%s' for details"
(buffer-name)))
+ (erase-buffer)
(tramp-message
5 "Checking to see if encoding/decoding commands work on remote host...done"))))
|