** 'equal' no longer examines some contents of window configurations.
Instead, it considers window configurations to be equal only if they
-are eq. To compare contents, use compare-window-configurations
-instead. This change helps fix a bug in sxhash-equal, which returned
+are 'eq'. To compare contents, use 'compare-window-configurations'
+instead. This change helps fix a bug in 'sxhash-equal', which returned
incorrect hashes for window configurations and some other objects.
+** The obsolete function 'thread-alive-p' has been removed.
+
\f
* Lisp Changes in Emacs 28.1
(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
staticpro (&last_thread_error);
last_thread_error = Qnil;
- Fdefalias (intern_c_string ("thread-alive-p"),
- intern_c_string ("thread-live-p"), Qnil);
-
Fprovide (intern_c_string ("threads"), Qnil);
}