mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
(cua--highlight-rectangle): Preserve
existing face when partially highlighting a TAB in a rectangle.
This commit is contained in:
parent
b14935df20
commit
98faed9f39
@ -781,7 +781,7 @@ If command is repeated at same position, delete the rectangle."
|
||||
(make-string
|
||||
(- l cl0 (if (and (= le pl) (/= le lb)) 1 0))
|
||||
(if cua--virtual-edges-debug ?. ?\s))
|
||||
'face 'default))
|
||||
'face (or (get-text-property (1- s) 'face) 'default)))
|
||||
(if (/= pl le)
|
||||
(setq s (1- s))))
|
||||
(cond
|
||||
|
Loading…
Reference in New Issue
Block a user