diff options
Diffstat (limited to 'lisp')
| -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." | |||
| 2963 | "\\|" | 2963 | "\\|" |
| 2964 | ange-ftp-good-msgs)) | 2964 | ange-ftp-good-msgs)) |
| 2965 | (result (ange-ftp-send-cmd host user | 2965 | (result (ange-ftp-send-cmd host user |
| 2966 | (list 'get dir grep-null-device) | 2966 | (list 'get dir null-device) |
| 2967 | (format "expanding %s" dir))) | 2967 | (format "expanding %s" dir))) |
| 2968 | (line (cdr result))) | 2968 | (line (cdr result))) |
| 2969 | (setq res | 2969 | (setq res |