Mercurial > emacs
changeset 50439:d76c62787135
(refill-fill-paragraph-at): Undo last fix.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 04 Apr 2003 21:01:44 +0000 |
parents | e71ddce32fec |
children | 6fe4a9da704f |
files | lisp/textmodes/refill.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/refill.el Fri Apr 04 20:57:54 2003 +0000 +++ b/lisp/textmodes/refill.el Fri Apr 04 21:01:44 2003 +0000 @@ -114,6 +114,7 @@ ;; 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))