emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/refill.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/refill.el
Date: Tue, 04 Feb 2003 08:30:47 -0500

Index: emacs/lisp/textmodes/refill.el
diff -c emacs/lisp/textmodes/refill.el:1.10 emacs/lisp/textmodes/refill.el:1.11
*** emacs/lisp/textmodes/refill.el:1.10 Mon Nov 18 01:06:43 2002
--- emacs/lisp/textmodes/refill.el      Tue Feb  4 08:30:45 2003
***************
*** 102,108 ****
        (if (<= (point) (overlay-start overlay))
          ;; Just get OVERLAY out of the way
          (move-overlay overlay 1 1)
!       ;; Make overlay contain only the region 
        (move-overlay overlay (overlay-start overlay) (point))))))
  
  (defun refill-fill-paragraph-at (pos &optional arg)
--- 102,108 ----
        (if (<= (point) (overlay-start overlay))
          ;; Just get OVERLAY out of the way
          (move-overlay overlay 1 1)
!       ;; Make overlay contain only the region
        (move-overlay overlay (overlay-start overlay) (point))))))
  
  (defun refill-fill-paragraph-at (pos &optional arg)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]