From: Stefan Monnier Date: Fri, 4 Apr 2003 21:01:44 +0000 (+0000) Subject: (refill-fill-paragraph-at): Undo last fix. X-Git-Tag: ttn-vms-21-2-B4~10641 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=79c117c0cdab93afdad2a67b1561b048b2babeef;p=emacs.git (refill-fill-paragraph-at): Undo last fix. --- 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.") ;; 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))