From: Robert J. Chassell Date: Fri, 24 Aug 1990 19:37:09 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-19.34~15737 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5859cd333cac7d01b75304b6be8996e227088f47;p=emacs.git *** empty log message *** --- 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 ()