summaryrefslogtreecommitdiff
path: root/lisp/emulation/cua-rect.el
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2005-12-08 22:52:50 +0000
committerKim F. Storm <storm@cua.dk>2005-12-08 22:52:50 +0000
commite87aa620615b5fb036d6eb1c642f1bde94f53fb2 (patch)
treefddb1c356b9b29b1e64254322a3f8aaceed27881 /lisp/emulation/cua-rect.el
parent84574cf26d6c88967799c153b4cb5b5db2287d23 (diff)
downloademacs-e87aa620615b5fb036d6eb1c642f1bde94f53fb2.tar.gz
(cua--rectangle-aux-replace): Fix
indention of text on right side of replaced rectangle.
Diffstat (limited to 'lisp/emulation/cua-rect.el')
-rw-r--r--lisp/emulation/cua-rect.el1
1 files changed, 1 insertions, 0 deletions
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" "")))