aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index bd3599fd9a3..5643bc90b35 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1827,6 +1827,10 @@ configuration files.
1827 1827
1828* Lisp Changes in Emacs 21.4 1828* Lisp Changes in Emacs 21.4
1829 1829
1830** New macro with-local-quit temporarily sets inhibit-quit to nil for use
1831around potentially blocking or long-running code in timers
1832and post-command-hooks.
1833
1830+++ 1834+++
1831** New face attribute `min-colors' can be used to tailor the face color 1835** New face attribute `min-colors' can be used to tailor the face color
1832to the number of colors supported by a display, and define the 1836to the number of colors supported by a display, and define the