]> git.eshelyaron.com Git - emacs.git/commitdiff
(ange-ftp-file-name-completion): Use ange-ftp-this-dir instead of
authorRichard M. Stallman <rms@gnu.org>
Tue, 9 Jun 1998 01:57:51 +0000 (01:57 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 9 Jun 1998 01:57:51 +0000 (01:57 +0000)
literal "/" when calling real completion function.

lisp/ange-ftp.el

index 1deb9afdcfa57ea9e165ceec363c539a49a4def0..927bb86c3f333412dbfc3c32853c6047b7e82079 100644 (file)
@@ -3821,7 +3821,8 @@ system TYPE.")
           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)))))