diff options
Diffstat (limited to 'lisp/array.el')
| -rw-r--r-- | lisp/array.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/array.el b/lisp/array.el index fc128d3a7bc..693e4206a79 100644 --- a/lisp/array.el +++ b/lisp/array.el | |||
| @@ -688,7 +688,7 @@ of array-rows-numbered." | |||
| 688 | (kill-line 1)) | 688 | (kill-line 1)) |
| 689 | (t | 689 | (t |
| 690 | ;; Add the row number. | 690 | ;; Add the row number. |
| 691 | (insert-string (format "%d:\n" this-row)))) | 691 | (insert (format "%d:\n" this-row)))) |
| 692 | ;; Deal with the array columns in this row. | 692 | ;; Deal with the array columns in this row. |
| 693 | (cond | 693 | (cond |
| 694 | ((= old-columns-per-line new-columns-per-line) | 694 | ((= old-columns-per-line new-columns-per-line) |