From 982c8d45de5259ed9005cc85a6dcc61caf7eaf26 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 4 Mar 2004 22:56:30 +0000 Subject: [PATCH] Mention with-local-quit. --- etc/NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index bd3599fd9a3..5643bc90b35 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1827,6 +1827,10 @@ configuration files. * Lisp Changes in Emacs 21.4 +** New macro with-local-quit temporarily sets inhibit-quit to nil for use +around potentially blocking or long-running code in timers +and post-command-hooks. + +++ ** New face attribute `min-colors' can be used to tailor the face color to the number of colors supported by a display, and define the -- 2.39.5