# HG changeset patch # User Miles Bader # Date 970968995 0 # Node ID cae38860a9ee17a4d5a8ffa68bdf6ec92c708ece # Parent 43e6b74b0852f85f4c853cb90e56d4b51640d564 Add entry for `display-message-or-buffer'. diff -r 43e6b74b0852 -r cae38860a9ee etc/NEWS --- 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.