branch: externals/phpinspect
commit 1816495538d0dd2e29b40c779a33c5cff04f65ad
Author: Hugo Thunnissen <[email protected]>
Commit: Hugo Thunnissen <[email protected]>
Use thread-live-p in stead of thread-alive-p for emacs 28.1 support
---
phpinspect-index.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/phpinspect-index.el b/phpinspect-index.el
index a955eb870c..2311c93b21 100644
--- a/phpinspect-index.el
+++ b/phpinspect-index.el
@@ -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