Mercurial > emacs
changeset 32259:cae38860a9ee
Add entry for `display-message-or-buffer'.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sun, 08 Oct 2000 01:36:35 +0000 |
parents | 43e6b74b0852 |
children | b3df18daadfb |
files | etc/NEWS |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Sat Oct 07 21:32:58 2000 +0000 +++ b/etc/NEWS Sun Oct 08 01:36:35 2000 +0000 @@ -1745,6 +1745,11 @@ * Lisp changes made after edition 2.6 of the Emacs Lisp Manual, (Display-related features are described in a page of their own below.) ++++ +** The new function `display-message-or-buffer' displays a message in +the echo area or pops up a buffer, depending on the length of the +message. + ** The new macro `with-auto-compression-mode' allows evaluating an expression with auto-compression-mode enabled.