diff options
author | Kim F. Storm <storm@cua.dk> | 2005-12-08 22:52:50 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2005-12-08 22:52:50 +0000 |
commit | e87aa620615b5fb036d6eb1c642f1bde94f53fb2 (patch) | |
tree | fddb1c356b9b29b1e64254322a3f8aaceed27881 /lisp/emulation | |
parent | 84574cf26d6c88967799c153b4cb5b5db2287d23 (diff) | |
download | emacs-e87aa620615b5fb036d6eb1c642f1bde94f53fb2.tar.gz |
(cua--rectangle-aux-replace): Fix
indention of text on right side of replaced rectangle.
Diffstat (limited to 'lisp/emulation')
-rw-r--r-- | lisp/emulation/cua-rect.el | 1 |
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" ""))) |