Mercurial > emacs
changeset 87854:00321492f35d
*** empty log message ***
author | Martin Rudalics <rudalics@gmx.at> |
---|---|
date | Sat, 19 Jan 2008 18:46:48 +0000 |
parents | cec6a1fe32a4 |
children | 99b95cc8bbf2 |
files | etc/NEWS |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Sat Jan 19 16:32:23 2008 +0000 +++ b/etc/NEWS Sat Jan 19 18:46:48 2008 +0000 @@ -280,6 +280,9 @@ ** eldoc highlights the function argument under point with the face `eldoc-highlight-function-argument'. +** hide-ifdef-mode permits to shadow ifdef-blocks instead of hiding them. +See option `hide-ifdef-shadow' and function `hide-ifdef-toggle-shadowing'. + +++ ** defcustom accepts new keyword arguments, `:safe' and `:risky', which set a variable's `safe-local-variable' and `risky-local-variable' property.