(cua--rectangle-aux-replace): Fix

indention of text on right side of replaced rectangle.
This commit is contained in:
Kim F. Storm 2005-12-08 22:52:50 +00:00
parent 84574cf26d
commit e87aa62061

View file

@ -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" "")))