From e87aa620615b5fb036d6eb1c642f1bde94f53fb2 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Thu, 8 Dec 2005 22:52:50 +0000 Subject: [PATCH] (cua--rectangle-aux-replace): Fix indention of text on right side of replaced rectangle. --- lisp/emulation/cua-rect.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/emulation/cua-rect.el b/lisp/emulation/cua-rect.el index 2884a25e597..46974089dc2 100644 --- a/lisp/emulation/cua-rect.el +++ b/lisp/emulation/cua-rect.el @@ -1242,6 +1242,7 @@ The numbers are formatted according to the FORMAT string." (setq z (cdr z))) (if cua--debug (print (list (current-column) cc) auxbuf)) + (just-one-space 0) (indent-to cc)))) (if (> tr 0) (message "Warning: Truncated %d row%s" tr (if (> tr 1) "s" ""))) -- 2.39.5