]> code.delx.au - gnu-emacs/commitdiff
(do-auto-fill): Type in the previous change fixed.
authorKenichi Handa <handa@m17n.org>
Mon, 9 Jun 1997 13:07:45 +0000 (13:07 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 9 Jun 1997 13:07:45 +0000 (13:07 +0000)
lisp/simple.el

index 8878edcaf92fe1dfb5caf675bb53d153aec6ff7d..59abd525a1a3eaebfa2f39317e6d975d98e32d06 100644 (file)
@@ -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.