aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes/refill.el
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2003-04-04 21:01:44 +0000
committerStefan Monnier <[email protected]>2003-04-04 21:01:44 +0000
commit79c117c0cdab93afdad2a67b1561b048b2babeef (patch)
tree016c0b4b4de866c4737a9178e75dab25f52e04fd /lisp/textmodes/refill.el
parentae3264647e66c7804c4ad458603b8d588947c9bf (diff)
(refill-fill-paragraph-at): Undo last fix.
Diffstat (limited to 'lisp/textmodes/refill.el')
-rw-r--r--lisp/textmodes/refill.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/textmodes/refill.el b/lisp/textmodes/refill.el
index 985604701c..26e26d6bf6 100644
--- a/lisp/textmodes/refill.el
+++ b/lisp/textmodes/refill.el
@@ -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))