# HG changeset patch # User Kim F. Storm # Date 1134082370 0 # Node ID bb2f67d4e7105a7891f338cc1db9bc3bc5de6da4 # Parent e493ff9c436dc9b9f78a9557c4f8c045d738a85c (cua--rectangle-aux-replace): Fix indention of text on right side of replaced rectangle. diff -r e493ff9c436d -r bb2f67d4e710 lisp/emulation/cua-rect.el --- a/lisp/emulation/cua-rect.el Thu Dec 08 22:52:16 2005 +0000 +++ b/lisp/emulation/cua-rect.el Thu Dec 08 22:52:50 2005 +0000 @@ -1242,6 +1242,7 @@ (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" "")))