diff options
| -rw-r--r-- | lisp/textmodes/refill.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/textmodes/refill.el b/lisp/textmodes/refill.el index 985604701cf..26e26d6bf6e 100644 --- a/lisp/textmodes/refill.el +++ b/lisp/textmodes/refill.el | |||
| @@ -114,6 +114,7 @@ This is used to optimize refilling.") | |||
| 114 | ;; leading to excessive refilling and wrong choice of fill-prefix. | 114 | ;; leading to excessive refilling and wrong choice of fill-prefix. |
| 115 | ;; might be a bug in my paragraphs.el. | 115 | ;; might be a bug in my paragraphs.el. |
| 116 | (forward-paragraph) | 116 | (forward-paragraph) |
| 117 | (skip-syntax-backward "-") | ||
| 117 | (let ((end (point)) | 118 | (let ((end (point)) |
| 118 | (beg (progn (backward-paragraph) (point))) | 119 | (beg (progn (backward-paragraph) (point))) |
| 119 | (obeg (overlay-start refill-ignorable-overlay)) | 120 | (obeg (overlay-start refill-ignorable-overlay)) |