mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 05:47:36 +00:00
; Remove obsolete use of inhibit-point-motion-hooks
* lisp/treesit.el (treesit-font-lock-fontify-region): Remove it.
This commit is contained in:
parent
d2ab1c4a9a
commit
17ed39cc8d
1 changed files with 1 additions and 2 deletions
|
|
@ -900,8 +900,7 @@ If LOUDLY is non-nil, display some debugging information."
|
|||
sub-node query
|
||||
(max (- start delta-start) (point-min))
|
||||
(min (+ end delta-end) (point-max))))
|
||||
(end-time (current-time))
|
||||
(inhibit-point-motion-hooks t))
|
||||
(end-time (current-time)))
|
||||
;; If for any query the query time is strangely long,
|
||||
;; switch to fast mode (see comments above).
|
||||
(when (> (time-to-seconds (time-subtract end-time start-time))
|
||||
|
|
|
|||
Loading…
Reference in a new issue