1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

Trailing whitespace deleted.

This commit is contained in:
Juanma Barranquero 2003-02-04 11:26:42 +00:00
parent 693ff6134c
commit 71296446d3
65 changed files with 1261 additions and 1261 deletions

View file

@ -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 @@ Leave point at the beginning of the field."
(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."