From 16417dd9e9fbb18c170371d5292c76b3f51d2bcd Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 9 Jun 1998 02:53:29 +0000 Subject: [PATCH] (ange-ftp-expand-dir): Use null-device. --- lisp/ange-ftp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ange-ftp.el b/lisp/ange-ftp.el index 927bb86c3f3..138e4a2ac1a 100644 --- a/lisp/ange-ftp.el +++ b/lisp/ange-ftp.el @@ -2963,7 +2963,7 @@ logged in as user USER and cd'd to directory DIR." "\\|" ange-ftp-good-msgs)) (result (ange-ftp-send-cmd host user - (list 'get dir grep-null-device) + (list 'get dir null-device) (format "expanding %s" dir))) (line (cdr result))) (setq res -- 2.39.2