Mercurial > emacs
changeset 57011:47e923e70073
(cua--highlight-rectangle): Fix last change.
Use zero width overlays when necessary.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Wed, 08 Sep 2004 13:07:50 +0000 |
parents | 708016046e80 |
children | 28b649226666 |
files | lisp/emulation/cua-rect.el |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emulation/cua-rect.el Wed Sep 08 13:07:01 2004 +0000 +++ b/lisp/emulation/cua-rect.el Wed Sep 08 13:07:50 2004 +0000 @@ -778,7 +778,6 @@ '(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))