diff options
| -rw-r--r-- | lisp/net/ange-ftp.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/net/ange-ftp.el b/lisp/net/ange-ftp.el index 0277bd0aabc..8e1068a5bed 100644 --- a/lisp/net/ange-ftp.el +++ b/lisp/net/ange-ftp.el | |||
| @@ -3468,7 +3468,9 @@ system TYPE.") | |||
| 3468 | inode ;10 "inode number". | 3468 | inode ;10 "inode number". |
| 3469 | -1 ;11 device number [v19 only] | 3469 | -1 ;11 device number [v19 only] |
| 3470 | )))) | 3470 | )))) |
| 3471 | (ange-ftp-real-file-attributes file id-format)))) | 3471 | (if id-format |
| 3472 | (ange-ftp-real-file-attributes file id-format) | ||
| 3473 | (ange-ftp-real-file-attributes file))))) | ||
| 3472 | 3474 | ||
| 3473 | (defun ange-ftp-file-newer-than-file-p (f1 f2) | 3475 | (defun ange-ftp-file-newer-than-file-p (f1 f2) |
| 3474 | (let ((f1-parsed (ange-ftp-ftp-name f1)) | 3476 | (let ((f1-parsed (ange-ftp-ftp-name f1)) |