diff options
| -rw-r--r-- | lisp/ftp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ftp.el b/lisp/ftp.el index 402ef12c371..c7d7b7e59df 100644 --- a/lisp/ftp.el +++ b/lisp/ftp.el | |||
| @@ -244,7 +244,7 @@ USER and PASSWORD are defaulted from the values used when | |||
| 244 | ((looking-at ignore) | 244 | ((looking-at ignore) |
| 245 | (forward-line 1)) | 245 | (forward-line 1)) |
| 246 | ((not (search-forward "\n" nil t)) | 246 | ((not (search-forward "\n" nil t)) |
| 247 | ;; the way asynchronous process-output fucks with (point) | 247 | ;; the way asynchronous process-output works with (point) |
| 248 | ;; is really really disgusting. | 248 | ;; is really really disgusting. |
| 249 | (setq p (point)) | 249 | (setq p (point)) |
| 250 | (condition-case () | 250 | (condition-case () |