Mercurial > emacs
changeset 26359:d2970b5d3b72
Add mode line element '(:eval FORM)'.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 05 Nov 1999 13:50:51 +0000 |
parents | 64092bd2c934 |
children | 5370b1c171ef |
files | etc/NEWS |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Fri Nov 05 13:46:32 1999 +0000 +++ b/etc/NEWS Fri Nov 05 13:50:51 1999 +0000 @@ -1778,6 +1778,9 @@ properties of strings in the mode line. See `bindings.el' for an example. +*** If a mode line element has the form `(:eval FORM)', FORM is +evaluated and the result is used as mode line element. + +++ *** You can suppress mode-line display by setting the buffer-local variable mode-line-format to nil.