aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2005-12-08 22:52:50 +0000
committerKim F. Storm2005-12-08 22:52:50 +0000
commite87aa620615b5fb036d6eb1c642f1bde94f53fb2 (patch)
treefddb1c356b9b29b1e64254322a3f8aaceed27881
parent84574cf26d6c88967799c153b4cb5b5db2287d23 (diff)
downloademacs-e87aa620615b5fb036d6eb1c642f1bde94f53fb2.tar.gz
emacs-e87aa620615b5fb036d6eb1c642f1bde94f53fb2.zip
(cua--rectangle-aux-replace): Fix
indention of text on right side of replaced rectangle.
-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."
1242 (setq z (cdr z))) 1242 (setq z (cdr z)))
1243 (if cua--debug 1243 (if cua--debug
1244 (print (list (current-column) cc) auxbuf)) 1244 (print (list (current-column) cc) auxbuf))
1245 (just-one-space 0)
1245 (indent-to cc)))) 1246 (indent-to cc))))
1246 (if (> tr 0) 1247 (if (> tr 0)
1247 (message "Warning: Truncated %d row%s" tr (if (> tr 1) "s" ""))) 1248 (message "Warning: Truncated %d row%s" tr (if (> tr 1) "s" "")))