From 1816495538d0dd2e29b40c779a33c5cff04f65ad Mon Sep 17 00:00:00 2001 From: Hugo Thunnissen Date: Sun, 1 May 2022 10:47:41 +0200 Subject: [PATCH] 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 a955eb8..2311c93 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