mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-27 10:54:40 +00:00
(refill-fill-paragraph-at): Undo last fix.
This commit is contained in:
parent
ae3264647e
commit
79c117c0cd
@ -114,6 +114,7 @@ This is used to optimize refilling.")
|
||||
;; leading to excessive refilling and wrong choice of fill-prefix.
|
||||
;; might be a bug in my paragraphs.el.
|
||||
(forward-paragraph)
|
||||
(skip-syntax-backward "-")
|
||||
(let ((end (point))
|
||||
(beg (progn (backward-paragraph) (point)))
|
||||
(obeg (overlay-start refill-ignorable-overlay))
|
||||
|
Loading…
Reference in New Issue
Block a user