diff lisp/array.el @ 49588:37645a051842

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 11:26:42 +0000
parents 6d7f6edfdb45
children 695cf19ef79e d7ddb3e565de
line wrap: on
line diff
--- a/lisp/array.el	Tue Feb 04 10:58:53 2003 +0000
+++ b/lisp/array.el	Tue Feb 04 11:26:42 2003 +0000
@@ -58,7 +58,7 @@
   (defvar array-respect-tabs))
 
 ;;; Internal information functions.
-  
+
 (defun array-cursor-in-array-range ()
   "Return t if the cursor is in a valid array cell.
 Its ok to be on a row number line."
@@ -385,7 +385,7 @@
 	(insert array-copy-string))
       (move-to-column array-buffer-column)
       (setq count (1- count)))))
-	
+
 (defun array-copy-to-column (a-column)
   "Copy current field horizontally into every cell up to and including A-COLUMN.
 Leave point at the beginning of the field."