/[emacs]/emacs/lisp/textmodes/refill.el
ViewVC logotype

Diff of /emacs/lisp/textmodes/refill.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by monnier, Wed Apr 2 23:57:17 2003 UTC revision 1.13 by monnier, Fri Apr 4 21:01:44 2003 UTC
# Line 114  This is used to optimize refilling.") Line 114  This is used to optimize refilling.")
114        ;; leading to excessive refilling and wrong choice of fill-prefix.        ;; leading to excessive refilling and wrong choice of fill-prefix.
115        ;; might be a bug in my paragraphs.el.        ;; might be a bug in my paragraphs.el.
116        (forward-paragraph)        (forward-paragraph)
117          (skip-syntax-backward "-")
118        (let ((end (point))        (let ((end (point))
119              (beg (progn (backward-paragraph) (point)))              (beg (progn (backward-paragraph) (point)))
120              (obeg (overlay-start refill-ignorable-overlay))              (obeg (overlay-start refill-ignorable-overlay))

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26