1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-11 10:20:33 -08:00

Reformat entry.

This commit is contained in:
Kai Großjohann 2002-06-25 20:12:02 +00:00
parent 8e3a1104c1
commit dc7b8aba18

View 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.
@ -29,6 +26,10 @@
(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.