1
0
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:
Stefan Monnier 2003-04-04 21:01:44 +00:00
parent ae3264647e
commit 79c117c0cd

View File

@ -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))