/[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.10 by rost, Mon Nov 18 06:06:43 2002 UTC revision 1.11 by lektu, Tue Feb 4 13:30:45 2003 UTC
# Line 102  This is used to optimize refilling.") Line 102  This is used to optimize refilling.")
102        (if (<= (point) (overlay-start overlay))        (if (<= (point) (overlay-start overlay))
103            ;; Just get OVERLAY out of the way            ;; Just get OVERLAY out of the way
104            (move-overlay overlay 1 1)            (move-overlay overlay 1 1)
105          ;; Make overlay contain only the region          ;; Make overlay contain only the region
106          (move-overlay overlay (overlay-start overlay) (point))))))          (move-overlay overlay (overlay-start overlay) (point))))))
107    
108  (defun refill-fill-paragraph-at (pos &optional arg)  (defun refill-fill-paragraph-at (pos &optional arg)

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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