From: Kenichi Handa Date: Mon, 9 Jun 1997 13:07:45 +0000 (+0000) Subject: (do-auto-fill): Type in the previous change fixed. X-Git-Tag: emacs-20.1~1757 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c5ee9ef188ec64ee24b95e66691b6edade5f0193;p=emacs.git (do-auto-fill): Type in the previous change fixed. --- diff --git a/lisp/simple.el b/lisp/simple.el index 8878edcaf92..59abd525a1a 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -2622,8 +2622,8 @@ Setting this variable automatically makes it local to the current buffer." (forward-char 1)))) (if (and enable-kinsoku enable-multibyte-characters) (kinsoku (save-excursion - (forward-line 0) (point))))))) - ;; Let fill-point be set to the place where we end up. + (forward-line 0) (point)))) + ;; Let fill-point be set to the place where we end up. (point))))) ;; If that place is not the beginning of the line, ;; break the line there.