aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/array.el
diff options
context:
space:
mode:
authorJuanma Barranquero2003-02-04 11:26:42 +0000
committerJuanma Barranquero2003-02-04 11:26:42 +0000
commit71296446d3cec5bb2a27bc5ad6da574df38d0ec8 (patch)
tree0204c3c252547a44e2404959409034406f7680cd /lisp/array.el
parent693ff6134cb2ec65c7d188696f012662edadfbf0 (diff)
downloademacs-71296446d3cec5bb2a27bc5ad6da574df38d0ec8.tar.gz
emacs-71296446d3cec5bb2a27bc5ad6da574df38d0ec8.zip
Trailing whitespace deleted.
Diffstat (limited to 'lisp/array.el')
-rw-r--r--lisp/array.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/array.el b/lisp/array.el
index 597f4ecf2ce..40462968951 100644
--- a/lisp/array.el
+++ b/lisp/array.el
@@ -58,7 +58,7 @@
58 (defvar array-respect-tabs)) 58 (defvar array-respect-tabs))
59 59
60;;; Internal information functions. 60;;; Internal information functions.
61 61
62(defun array-cursor-in-array-range () 62(defun array-cursor-in-array-range ()
63 "Return t if the cursor is in a valid array cell. 63 "Return t if the cursor is in a valid array cell.
64Its ok to be on a row number line." 64Its ok to be on a row number line."
@@ -385,7 +385,7 @@ Leave point at the beginning of the field."
385 (insert array-copy-string)) 385 (insert array-copy-string))
386 (move-to-column array-buffer-column) 386 (move-to-column array-buffer-column)
387 (setq count (1- count))))) 387 (setq count (1- count)))))
388 388
389(defun array-copy-to-column (a-column) 389(defun array-copy-to-column (a-column)
390 "Copy current field horizontally into every cell up to and including A-COLUMN. 390 "Copy current field horizontally into every cell up to and including A-COLUMN.
391Leave point at the beginning of the field." 391Leave point at the beginning of the field."