diff options
author | Robert J. Chassell <bob@rattlesnake.com> | 1990-08-24 19:37:09 +0000 |
---|---|---|
committer | Robert J. Chassell <bob@rattlesnake.com> | 1990-08-24 19:37:09 +0000 |
commit | 5859cd333cac7d01b75304b6be8996e227088f47 (patch) | |
tree | 79dc18577fba0e3c7c89565caeb1e8596a5fe17b /lisp/ftp.el | |
parent | 44a30a52c07723098e07991784b62d6811902d81 (diff) | |
download | emacs-5859cd333cac7d01b75304b6be8996e227088f47.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/ftp.el')
-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 ((looking-at ignore) (forward-line 1)) ((not (search-forward "\n" nil t)) - ;; the way asynchronous process-output fucks with (point) + ;; the way asynchronous process-output works with (point) ;; is really really disgusting. (setq p (point)) (condition-case () |