1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 08:11:05 -08:00

*** empty log message ***

This commit is contained in:
Martin Rudalics 2008-01-19 18:46:48 +00:00
parent c222c25fd0
commit ef6d86b5eb

View file

@ -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.