mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Remove obsolete thread-alive-p
* etc/NEWS (thread-alive-p): * lisp/thread.el (thread-alive-p): * src/thread.c (thread-alive-p): Remove.
This commit is contained in:
parent
91e239a954
commit
70873074a1
3 changed files with 4 additions and 7 deletions
|
|
@ -43,8 +43,6 @@ An EVENT has the format
|
|||
(err (cddr event)))
|
||||
(message "Error %s: %S" thread err))))
|
||||
|
||||
(make-obsolete 'thread-alive-p 'thread-live-p "27.1")
|
||||
|
||||
;;; The thread list buffer and list-threads command
|
||||
|
||||
(defcustom thread-list-refresh-seconds 0.5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue