From 00fa9467339271fcaeabd08301b72f0fd802e03a Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 17 Jul 2018 18:46:02 +0300 Subject: [PATCH] ; * etc/NEWS: Mention 'main-thread'. (Bug#32169) --- etc/NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index 76c19acd8c6..c0f380614a1 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -172,6 +172,11 @@ from a remote host. This triggers to search the program on the remote host as indicated by 'default-directory'. ++++ +** New variable 'main-thread' holds Emacs's main thread. +This is handy in Lisp programs that run on a non-main thread and want +to signal the main thread, e.g., when they encounter an error. + * Editing Changes in Emacs 27.1 -- 2.39.5