jit-lock-force-redisplay: Make it work
* lisp/jit-lock.el (jit-lock-force-redisplay): Make sure the buffer change is really performed (bug#66732).
This commit is contained in:
parent
5fb9d6c5e7
commit
5c3ff1494b
1 changed files with 1 additions and 0 deletions
|
@ -500,6 +500,7 @@ This applies to the buffer associated with marker START."
|
|||
(setq start (point-min) end (max start end)))
|
||||
;; Don't cause refontification (it's already been done), but just do
|
||||
;; some random buffer change, so as to force redisplay.
|
||||
(put-text-property start end 'fontified nil)
|
||||
(put-text-property start end 'fontified t)))))
|
||||
|
||||
;;; Stealth fontification.
|
||||
|
|
Loading…
Add table
Reference in a new issue