aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2003-04-04 21:01:44 +0000
committerStefan Monnier2003-04-04 21:01:44 +0000
commit79c117c0cdab93afdad2a67b1561b048b2babeef (patch)
tree016c0b4b4de866c4737a9178e75dab25f52e04fd
parentae3264647e66c7804c4ad458603b8d588947c9bf (diff)
downloademacs-79c117c0cdab93afdad2a67b1561b048b2babeef.tar.gz
emacs-79c117c0cdab93afdad2a67b1561b048b2babeef.zip
(refill-fill-paragraph-at): Undo last fix.
-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 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))