]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/textmodes/refill.el (refill-fill-paragraph-at): Fix typo.
authorEli Zaretskii <eliz@gnu.org>
Sat, 27 Jan 2024 11:28:32 +0000 (13:28 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 31 Jan 2024 20:08:24 +0000 (21:08 +0100)
(cherry picked from commit 9b3f43fa08b2672a5ef33b872b2c6d1b0e881b88)

lisp/textmodes/refill.el

index 244c96b60df86a53c4f37064851d6e247f0d3f15..63789e887e24be2fc541c65d22399a2d192eda20 100644 (file)
@@ -106,7 +106,7 @@ This is used to optimize refilling.")
     ;; FIXME: forward-paragraph seems to disregard `use-hard-newlines',
     ;; leading to excessive refilling and wrong choice of fill-prefix.
     ;; might be a bug in my paragraphs.el.
-    (fill-forward-paragraph)
+    (fill-forward-paragraph 1)
     (skip-syntax-backward "-")
     (let ((end (point))
          (beg (progn (fill-forward-paragraph -1) (point)))