diff lisp/textmodes/refill.el @ 49599:5ade352e8d1c

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 13:30:45 +0000
parents 3f0b3e6d23fb
children fff8e0eb547c d7ddb3e565de
line wrap: on
line diff
--- a/lisp/textmodes/refill.el	Tue Feb 04 13:24:35 2003 +0000
+++ b/lisp/textmodes/refill.el	Tue Feb 04 13:30:45 2003 +0000
@@ -102,7 +102,7 @@
       (if (<= (point) (overlay-start overlay))
 	  ;; Just get OVERLAY out of the way
 	  (move-overlay overlay 1 1)
-	;; Make overlay contain only the region 
+	;; Make overlay contain only the region
 	(move-overlay overlay (overlay-start overlay) (point))))))
 
 (defun refill-fill-paragraph-at (pos &optional arg)