(make-flyspell-overlay): fix front stickiness.
This commit is contained in:
parent
bec64ef6b8
commit
739394c764
1 changed files with 1 additions and 1 deletions
|
@ -871,7 +871,7 @@ if the character at POS has any other property."
|
|||
BEG and END specify the range in the buffer of that word.
|
||||
FACE and MOUSE-FACE specify the `face' and `mouse-face' properties
|
||||
for the overlay."
|
||||
(let ((flyspell-overlay (make-overlay beg end)))
|
||||
(let ((flyspell-overlay (make-overlay beg end nil t nil)))
|
||||
(overlay-put flyspell-overlay 'face face)
|
||||
(overlay-put flyspell-overlay 'mouse-face mouse-face)
|
||||
(overlay-put flyspell-overlay 'flyspell-overlay t)
|
||||
|
|
Loading…
Add table
Reference in a new issue