diff options
author | Miles Bader <miles@gnu.org> | 2000-10-08 01:36:35 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2000-10-08 01:36:35 +0000 |
commit | 4fbdfdcf8e32ef3dcebdef2a3a84875b6b023831 (patch) | |
tree | 0bcf7ed12aa476855ca0d0411b2ef09c3b734e7f /etc | |
parent | c5c46a261726f71e1d3a78a42fc59322c78ca304 (diff) | |
download | emacs-4fbdfdcf8e32ef3dcebdef2a3a84875b6b023831.tar.gz |
Add entry for `display-message-or-buffer'.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1745,6 +1745,11 @@ functionality with aliases for the mldrag functions. * 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. |