aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKai Großjohann <[email protected]>2002-06-25 20:12:02 +0000
committerKai Großjohann <[email protected]>2002-06-25 20:12:02 +0000
commitdc7b8aba18e6c79523c1bbf5ff8f247e3820b59b (patch)
tree630f7bb3a55615701c49108bdbc2109ea2844795 /lisp
parent8e3a1104c1ca8300e60a86ac9a2fcc4b9a859b56 (diff)
Reformat entry.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index dca8dba17d..23c86b1a3c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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 <[email protected]>
* replace.el (occur-1): Avoid invalid message format string.