diff options
Diffstat (limited to 'etc/NEWS')
| -rw-r--r-- | etc/NEWS | 10 |
1 files changed, 8 insertions, 2 deletions
| @@ -1459,8 +1459,14 @@ displayed with a "spinning bar". | |||
| 1459 | ** New variable `revert-buffer-in-progress-p' is true while a buffer is | 1459 | ** New variable `revert-buffer-in-progress-p' is true while a buffer is |
| 1460 | being reverted, even if the buffer has a local `revert-buffer-function'. | 1460 | being reverted, even if the buffer has a local `revert-buffer-function'. |
| 1461 | 1461 | ||
| 1462 | ** New variables `delayed-warnings-list' and `delayed-warnings-hook' allow | 1462 | --- |
| 1463 | deferring warnings until the main command loop is executed. | 1463 | ** New variables `delayed-warnings-list' and `delayed-warnings-hook'. |
| 1464 | If delayed-warnings-list is non-nil, the command loop calls | ||
| 1465 | delayed-warnings-hook after post-command-hook. At present, this is | ||
| 1466 | only used by Emacs on some platforms to display warnings during | ||
| 1467 | startup, which might otherwise not be noticed. This uses the functions | ||
| 1468 | display-delayed-warnings and collapse-delayed-warnings. | ||
| 1469 | |||
| 1464 | 1470 | ||
| 1465 | +++ | 1471 | +++ |
| 1466 | ** `set-auto-mode' now respects mode: local variables at the end of files, | 1472 | ** `set-auto-mode' now respects mode: local variables at the end of files, |