aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMichael Albinus2020-01-09 13:40:14 +0100
committerMichael Albinus2020-01-09 13:40:14 +0100
commit70873074a15edbc64993f68d7cc50d2f46cc796b (patch)
tree05e1c398dfe9e55a42a3a667b4702aceec052ef2 /etc
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 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0784160ce22..b87202014d2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -44,10 +44,12 @@ applies, and please also update docstrings as needed.
44 44
45** 'equal' no longer examines some contents of window configurations. 45** 'equal' no longer examines some contents of window configurations.
46Instead, it considers window configurations to be equal only if they 46Instead, it considers window configurations to be equal only if they
47are eq. To compare contents, use compare-window-configurations 47are 'eq'. To compare contents, use 'compare-window-configurations'
48instead. This change helps fix a bug in sxhash-equal, which returned 48instead. This change helps fix a bug in 'sxhash-equal', which returned
49incorrect hashes for window configurations and some other objects. 49incorrect hashes for window configurations and some other objects.
50 50
51** The obsolete function 'thread-alive-p' has been removed.
52
51 53
52* Lisp Changes in Emacs 28.1 54* Lisp Changes in Emacs 28.1
53 55