(cua--rectangle-aux-replace): Fix
indention of text on right side of replaced rectangle.
This commit is contained in:
parent
84574cf26d
commit
e87aa62061
1 changed files with 1 additions and 0 deletions
|
@ -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" "")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue