mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 13:57:36 +00:00
(insert-rectangle): Use insert-for-yank.
This commit is contained in:
parent
c68b630c17
commit
afa0467f08
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue