File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,12 @@ applies, and please also update docstrings as needed.
44
44
45
45
** 'equal' no longer examines some contents of window configurations.
46
46
Instead, it considers window configurations to be equal only if they
47
- are eq . To compare contents, use compare-window-configurations
48
- instead. This change helps fix a bug in sxhash-equal, which returned
47
+ are 'eq' . To compare contents, use ' compare-window-configurations'
48
+ instead. This change helps fix a bug in ' sxhash-equal' , which returned
49
49
incorrect hashes for window configurations and some other objects.
50
50
51
+ ** The obsolete function 'thread-alive-p' has been removed.
52
+
51
53
52
54
* Lisp Changes in Emacs 28.1
53
55
Original file line number Diff line number Diff line change @@ -43,8 +43,6 @@ An EVENT has the format
43
43
(err (cddr event)))
44
44
(message " Error %s : %S " thread err))))
45
45
46
- (make-obsolete 'thread-alive-p 'thread-live-p " 27.1" )
47
-
48
46
; ;; The thread list buffer and list-threads command
49
47
50
48
(defcustom thread-list-refresh-seconds 0.5
Original file line number Diff line number Diff line change @@ -1114,9 +1114,6 @@ syms_of_threads (void)
1114
1114
staticpro (& last_thread_error );
1115
1115
last_thread_error = Qnil ;
1116
1116
1117
- Fdefalias (intern_c_string ("thread-alive-p" ),
1118
- intern_c_string ("thread-live-p" ), Qnil );
1119
-
1120
1117
Fprovide (intern_c_string ("threads" ), Qnil );
1121
1118
}
1122
1119
You can’t perform that action at this time.
0 commit comments