summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/thread.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/thread.el b/lisp/emacs-lisp/thread.el
index 02cf9b9e53f..5d7b90c26e9 100644
--- a/lisp/emacs-lisp/thread.el
+++ b/lisp/emacs-lisp/thread.el
@@ -38,5 +38,7 @@ An EVENT has the format
(err (cddr event)))
(message "Error %s: %S" thread err))))
+(make-obsolete 'thread-alive-p 'thread-live-p "27.1")
+
(provide 'thread)
;;; thread.el ends here