A thinko in that function. Here's the patch from 1.34 to 1.35.
The new version is available from the usual URL.
kai
--
I like _b_o_t_h kinds of music.
--- rssh.el 1999/02/17 17:06:12 1.34
+++ rssh.el 1999/02/18 10:39:06 1.35
@@ -4,7 +4,7 @@
;; Author: [EMAIL PROTECTED]
;; Keywords: comm, processes
-;; Version: $Id: rssh.el,v 1.34 1999/02/17 17:06:12 grossjoh Exp $
+;; Version: $Id: rssh.el,v 1.35 1999/02/18 10:39:06 grossjoh Exp $
;; rssh.el is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -446,9 +446,8 @@
directory))
(try-completion
file
- (mapcar (lambda (x)
- (cons (rssh-handle-file-name-all-completions file directory)
- nil)))))
+ (mapcar (lambda (x) (cons x nil))
+ (rssh-handle-file-name-all-completions file directory))))
;; cp, mv and ln
(defun rssh-handle-add-name-to-file