aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/simple.el4
1 files 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."
2622 (forward-char 1)))) 2622 (forward-char 1))))
2623 (if (and enable-kinsoku enable-multibyte-characters) 2623 (if (and enable-kinsoku enable-multibyte-characters)
2624 (kinsoku (save-excursion 2624 (kinsoku (save-excursion
2625 (forward-line 0) (point))))))) 2625 (forward-line 0) (point))))
2626 ;; Let fill-point be set to the place where we end up. 2626 ;; Let fill-point be set to the place where we end up.
2627 (point))))) 2627 (point)))))
2628 ;; If that place is not the beginning of the line, 2628 ;; If that place is not the beginning of the line,
2629 ;; break the line there. 2629 ;; break the line there.