comparison etc/NEWS @ 26359:d2970b5d3b72

Add mode line element '(:eval FORM)'.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 05 Nov 1999 13:50:51 +0000
parents 9d7f261d1841
children 5370b1c171ef
comparison
equal deleted inserted replaced
26358:64092bd2c934 26359:d2970b5d3b72
1776 1776
1777 The same mechanism is used to determine the `face' and `help-echo' 1777 The same mechanism is used to determine the `face' and `help-echo'
1778 properties of strings in the mode line. See `bindings.el' for an 1778 properties of strings in the mode line. See `bindings.el' for an
1779 example. 1779 example.
1780 1780
1781 *** If a mode line element has the form `(:eval FORM)', FORM is
1782 evaluated and the result is used as mode line element.
1783
1781 +++ 1784 +++
1782 *** You can suppress mode-line display by setting the buffer-local 1785 *** You can suppress mode-line display by setting the buffer-local
1783 variable mode-line-format to nil. 1786 variable mode-line-format to nil.
1784 1787
1785 +++ 1788 +++