Partially revert previous change.
This commit partially reverts 0f332848cd
.
* lisp/rect.el (rectangle--highlight-for-redisplay): Use region face.
This function is for rectangle-mark-mode, not string-rectangle.
This commit is contained in:
parent
8ee168a798
commit
ccb75d72bd
1 changed files with 1 additions and 1 deletions
|
@ -783,7 +783,7 @@ Ignores `line-move-visual'."
|
||||||
(if (not old)
|
(if (not old)
|
||||||
(let ((ol (make-overlay left right)))
|
(let ((ol (make-overlay left right)))
|
||||||
(overlay-put ol 'window window)
|
(overlay-put ol 'window window)
|
||||||
(overlay-put ol 'face 'rectangle-preview)
|
(overlay-put ol 'face 'region)
|
||||||
ol)
|
ol)
|
||||||
(let ((ol (pop old)))
|
(let ((ol (pop old)))
|
||||||
(move-overlay ol left right (current-buffer))
|
(move-overlay ol left right (current-buffer))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue