]> git.eshelyaron.com Git - emacs.git/commitdiff
Reformat entry.
authorKai Großjohann <kgrossjo@eu.uu.net>
Tue, 25 Jun 2002 20:12:02 +0000 (20:12 +0000)
committerKai Großjohann <kgrossjo@eu.uu.net>
Tue, 25 Jun 2002 20:12:02 +0000 (20:12 +0000)
lisp/ChangeLog

index dca8dba17de8a8930dfd55e9a9aa21e2d363d14d..23c86b1a3c4404f3ac43dcd97b99d939b2cf2da6 100644 (file)
@@ -3,9 +3,6 @@
        * 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.
        (tramp-sh-extra-args): New variable.
        (tramp-find-shell): Use it.
 
+       (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.
+
 2002-06-25  Andreas Schwab  <schwab@suse.de>
 
        * replace.el (occur-1): Avoid invalid message format string.