From c5ee9ef188ec64ee24b95e66691b6edade5f0193 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 9 Jun 1997 13:07:45 +0000 Subject: [PATCH] (do-auto-fill): Type in the previous change fixed. --- lisp/simple.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.39.2