From: Kim F. Storm Date: Thu, 8 Dec 2005 22:52:50 +0000 (+0000) Subject: (cua--rectangle-aux-replace): Fix X-Git-Tag: emacs-pretest-22.0.90~5425 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e87aa620615b5fb036d6eb1c642f1bde94f53fb2;p=emacs.git (cua--rectangle-aux-replace): Fix indention of text on right side of replaced rectangle. --- 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" "")))