mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
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
@ -783,7 +783,7 @@ Ignores `line-move-visual'."
|
||||
(if (not old)
|
||||
(let ((ol (make-overlay left right)))
|
||||
(overlay-put ol 'window window)
|
||||
(overlay-put ol 'face 'rectangle-preview)
|
||||
(overlay-put ol 'face 'region)
|
||||
ol)
|
||||
(let ((ol (pop old)))
|
||||
(move-overlay ol left right (current-buffer))
|
||||
|
Loading…
Reference in New Issue
Block a user