changeset 18189:d68989ce015e

(do-auto-fill): Type in the previous change fixed.
author Kenichi Handa <handa@m17n.org>
date Mon, 09 Jun 1997 13:07:45 +0000
parents 36b39ee64047
children bca8e581535a
files lisp/simple.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.