]> git.eshelyaron.com Git - emacs.git/commitdiff
(insert-rectangle): Use insert-for-yank.
authorRichard M. Stallman <rms@gnu.org>
Fri, 19 Apr 2002 00:23:08 +0000 (00:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 19 Apr 2002 00:23:08 +0000 (00:23 +0000)
lisp/rect.el

index f20ae6b5b41c737ed3af6fd195ad629a497893b6..4d6da37a28679a57cd3d20c72b46a289b6558140 100644 (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