Mercurial > emacs
diff lisp/array.el @ 41567:37ca208c68f0
(array-reconfigure-rows): Use insert instead of insert-string.
| author | Pavel Jan?k <Pavel@Janik.cz> |
|---|---|
| date | Mon, 26 Nov 2001 16:20:18 +0000 |
| parents | 253f761ad37b |
| children | 6d7f6edfdb45 |
line wrap: on
line diff
--- a/lisp/array.el Mon Nov 26 16:19:34 2001 +0000 +++ b/lisp/array.el Mon Nov 26 16:20:18 2001 +0000 @@ -688,7 +688,7 @@ (kill-line 1)) (t ;; Add the row number. - (insert-string (format "%d:\n" this-row)))) + (insert (format "%d:\n" this-row)))) ;; Deal with the array columns in this row. (cond ((= old-columns-per-line new-columns-per-line)
