projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d36c370
)
; * lisp/textmodes/refill.el (refill-fill-paragraph-at): Fix typo.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 27 Jan 2024 11:28:32 +0000
(13:28 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 27 Jan 2024 11:28:32 +0000
(13:28 +0200)
lisp/textmodes/refill.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/refill.el
b/lisp/textmodes/refill.el
index 244c96b60df86a53c4f37064851d6e247f0d3f15..63789e887e24be2fc541c65d22399a2d192eda20 100644
(file)
--- a/
lisp/textmodes/refill.el
+++ b/
lisp/textmodes/refill.el
@@
-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)))