aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c228e865ea0..8caeff69dd3 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1745,6 +1745,11 @@ functionality with aliases for the mldrag functions.
1745* Lisp changes made after edition 2.6 of the Emacs Lisp Manual, 1745* Lisp changes made after edition 2.6 of the Emacs Lisp Manual,
1746(Display-related features are described in a page of their own below.) 1746(Display-related features are described in a page of their own below.)
1747 1747
1748+++
1749** The new function `display-message-or-buffer' displays a message in
1750the echo area or pops up a buffer, depending on the length of the
1751message.
1752
1748** The new macro `with-auto-compression-mode' allows evaluating an 1753** The new macro `with-auto-compression-mode' allows evaluating an
1749expression with auto-compression-mode enabled. 1754expression with auto-compression-mode enabled.
1750 1755