diff options
Diffstat (limited to 'lisp/emulation/cua-rect.el')
| -rw-r--r-- | lisp/emulation/cua-rect.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/cua-rect.el b/lisp/emulation/cua-rect.el index 932448079dd..72fd9195850 100644 --- a/lisp/emulation/cua-rect.el +++ b/lisp/emulation/cua-rect.el | |||
| @@ -755,7 +755,7 @@ If command is repeated at same position, delete the rectangle." | |||
| 755 | (sit-for 0) ; make window top/bottom reliable | 755 | (sit-for 0) ; make window top/bottom reliable |
| 756 | (cua--rectangle-operation nil t nil nil nil ; do not tabify | 756 | (cua--rectangle-operation nil t nil nil nil ; do not tabify |
| 757 | '(lambda (s e l r v) | 757 | '(lambda (s e l r v) |
| 758 | (let ((rface (if v 'cua-rectangle-face 'cua-rectangle-noselect-face)) | 758 | (let ((rface (if v 'cua-rectangle 'cua-rectangle-noselect)) |
| 759 | overlay bs ms as) | 759 | overlay bs ms as) |
| 760 | (when (cua--rectangle-virtual-edges) | 760 | (when (cua--rectangle-virtual-edges) |
| 761 | (let ((lb (line-beginning-position)) | 761 | (let ((lb (line-beginning-position)) |