# HG changeset patch # User Kenichi Handa # Date 865861665 0 # Node ID d68989ce015ec72712f59e6b793d9225b509388f # Parent 36b39ee6404793142f749dd7d70cd04df3778a2d (do-auto-fill): Type in the previous change fixed. diff -r 36b39ee64047 -r d68989ce015e lisp/simple.el --- a/lisp/simple.el Mon Jun 09 13:00:24 1997 +0000 +++ b/lisp/simple.el Mon Jun 09 13:07:45 1997 +0000 @@ -2622,8 +2622,8 @@ (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.