From: Martin Rudalics Date: Sat, 19 Jan 2008 18:46:48 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~8497 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ef6d86b5eb64fc519d0271bdfe2ba244d219fe83;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index 42e51b1fbc3..87822ef0d85 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -280,6 +280,9 @@ considered for update. ** 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.