Use thread-live-p in stead of thread-alive-p for emacs 28.1 support
continuous-integration/drone/push Build is passing Details

WIP-incremental-parsing
Hugo Thunnissen 2 years ago
parent 2fd575dbf5
commit 1816495538

@ -522,7 +522,7 @@ namespace if not provided"
(defun phpinspect--ensure-index-thread ()
(interactive)
(when (or (not phpinspect--index-thread)
(not (thread-alive-p phpinspect--index-thread)))
(not (thread-live-p phpinspect--index-thread)))
(setq phpinspect--index-queue (phpinspect--make-queue #'phpinspect--wakeup-index-thread))
(setq phpinspect--index-thread-running t)
(setq phpinspect--index-thread

Loading…
Cancel
Save