changeset 22401:13df619ccc57

(ange-ftp-file-name-completion): Use ange-ftp-this-dir instead of literal "/" when calling real completion function.
author Richard M. Stallman <rms@gnu.org>
date Tue, 09 Jun 1998 01:57:51 +0000
parents 8fbe6f509385
children bb03a020d02c
files lisp/ange-ftp.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ange-ftp.el	Tue Jun 09 01:55:49 1998 +0000
+++ b/lisp/ange-ftp.el	Tue Jun 09 01:57:51 1998 +0000
@@ -3821,7 +3821,8 @@
 	   file
 	   (nconc (ange-ftp-generate-root-prefixes)
 		  (mapcar 'list
-			  (ange-ftp-real-file-name-all-completions file "/"))))
+			  (ange-ftp-real-file-name-all-completions
+			   file ange-ftp-this-dir))))
 	(ange-ftp-real-file-name-completion file ange-ftp-this-dir)))))