(insert-rectangle): Use insert-for-yank.

This commit is contained in:
Richard M. Stallman 2002-04-19 00:23:08 +00:00
parent c68b630c17
commit afa0467f08

View file

@ -265,7 +265,7 @@ and point is at the lower right corner."
(or (bolp) (insert ?\n))
(move-to-column insertcolumn t)))
(setq first nil)
(insert (car lines))
(insert-for-yank (car lines))
(setq lines (cdr lines)))))
;;;###autoload