aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
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.
172This triggers to search the program on the remote host as indicated by 172This triggers to search the program on the remote host as indicated by
173'default-directory'. 173'default-directory'.
174 174
175+++
176** New variable 'main-thread' holds Emacs's main thread.
177This is handy in Lisp programs that run on a non-main thread and want
178to signal the main thread, e.g., when they encounter an error.
179
175 180
176* Editing Changes in Emacs 27.1 181* Editing Changes in Emacs 27.1
177 182