]> git.eshelyaron.com Git - emacs.git/commitdiff
(cua--highlight-rectangle): Fix last change.
authorKim F. Storm <storm@cua.dk>
Wed, 8 Sep 2004 13:07:50 +0000 (13:07 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 8 Sep 2004 13:07:50 +0000 (13:07 +0000)
Use zero width overlays when necessary.

lisp/emulation/cua-rect.el

index 3270b7fd62ca7cd4da083e01ab58360ebd357405..10d369fa042af6983194dc221c5d1cff4fc8ee73 100644 (file)
@@ -778,7 +778,6 @@ If command is repeated at same position, delete the rectangle."
         '(lambda (s e l r v)
            (let ((rface (if v 'cua-rectangle-face 'cua-rectangle-noselect-face))
                  overlay bs ms as)
-            (if (= s e) (setq e (1+ e)))
             (when (cua--rectangle-virtual-edges)
               (let ((lb (line-beginning-position))
                     (le (line-end-position))