]> git.eshelyaron.com Git - emacs.git/commitdiff
(cua--rectangle-aux-replace): Fix
authorKim F. Storm <storm@cua.dk>
Thu, 8 Dec 2005 22:52:50 +0000 (22:52 +0000)
committerKim F. Storm <storm@cua.dk>
Thu, 8 Dec 2005 22:52:50 +0000 (22:52 +0000)
indention of text on right side of replaced rectangle.

lisp/emulation/cua-rect.el

index 2884a25e597a5c3ee21f014c3cfb1e7b98d79d91..46974089dc248a29b17207f8c41f43a6cbd06695 100644 (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" "")))