diff lisp/ChangeLog @ 46010:d07b0e5f80b9

(tramp-open-connection-rsh): Support a kludgy feature for the "-p" option to ssh. If host name is given as "host#42", uses the "-p 42" option.
author Kai Großjohann <kgrossjo@eu.uu.net>
date Tue, 25 Jun 2002 20:11:34 +0000
parents 72200622ada8
children 113ae3bee2b1
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Jun 25 18:15:03 2002 +0000
+++ b/lisp/ChangeLog	Tue Jun 25 20:11:34 2002 +0000
@@ -3,6 +3,9 @@
 	* net/tramp.el (tramp-ftp-method): New user option.
 	(tramp-invoke-ange-ftp): New function to forward calls to
 	Ange-FTP.
+	(tramp-open-connection-rsh): Support a kludgy feature for the
+	"-p" option to ssh.  If host name is given as "host#42", uses the
+	"-p 42" option.
 
 	(with-parsed-tramp-file-name): New macro for the usual big `let'
 	statement to dissect a file-name.