diff options
| -rw-r--r-- | lisp/ange-ftp.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
