aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorMichael Albinus2020-01-09 13:40:14 +0100
committerMichael Albinus2020-01-09 13:40:14 +0100
commit70873074a15edbc64993f68d7cc50d2f46cc796b (patch)
tree05e1c398dfe9e55a42a3a667b4702aceec052ef2 /lisp
parent91e239a954283a372e48c81250936efe7d9591e5 (diff)
downloademacs-70873074a15edbc64993f68d7cc50d2f46cc796b.tar.gz
emacs-70873074a15edbc64993f68d7cc50d2f46cc796b.zip
Remove obsolete thread-alive-p
* etc/NEWS (thread-alive-p): * lisp/thread.el (thread-alive-p): * src/thread.c (thread-alive-p): Remove.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/thread.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/thread.el b/lisp/thread.el
index d40d7bed538..00a0084f81f 100644
--- a/lisp/thread.el
+++ b/lisp/thread.el
@@ -43,8 +43,6 @@ An EVENT has the format
43 (err (cddr event))) 43 (err (cddr event)))
44 (message "Error %s: %S" thread err)))) 44 (message "Error %s: %S" thread err))))
45 45
46(make-obsolete 'thread-alive-p 'thread-live-p "27.1")
47
48;;; The thread list buffer and list-threads command 46;;; The thread list buffer and list-threads command
49 47
50(defcustom thread-list-refresh-seconds 0.5 48(defcustom thread-list-refresh-seconds 0.5