diff options
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -280,6 +280,9 @@ considered for update. | |||
| 280 | ** eldoc highlights the function argument under point | 280 | ** eldoc highlights the function argument under point |
| 281 | with the face `eldoc-highlight-function-argument'. | 281 | with the face `eldoc-highlight-function-argument'. |
| 282 | 282 | ||
| 283 | ** hide-ifdef-mode permits to shadow ifdef-blocks instead of hiding them. | ||
| 284 | See option `hide-ifdef-shadow' and function `hide-ifdef-toggle-shadowing'. | ||
| 285 | |||
| 283 | +++ | 286 | +++ |
| 284 | ** defcustom accepts new keyword arguments, `:safe' and `:risky', which | 287 | ** defcustom accepts new keyword arguments, `:safe' and `:risky', which |
| 285 | set a variable's `safe-local-variable' and `risky-local-variable' property. | 288 | set a variable's `safe-local-variable' and `risky-local-variable' property. |