diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -1290,8 +1290,9 @@ on-the-fly spell checking for comments and strings. | |||
| 1290 | *** New hook `change-major-mode-after-body-hook', run by | 1290 | *** New hook `change-major-mode-after-body-hook', run by |
| 1291 | `run-mode-hooks' just before any other mode hooks. | 1291 | `run-mode-hooks' just before any other mode hooks. |
| 1292 | 1292 | ||
| 1293 | *** Enabled globalized minor modes can be disabled in specific modes, | 1293 | *** Enabled globalized minor modes can be disabled in specific major modes. |
| 1294 | by running (FOO-mode-hook 0) via a mode hook. | 1294 | If the global mode is global-FOO-mode, then run (FOO-mode -1) in the |
| 1295 | major mode's hook, where FOO-mode toggles the mode on a per-buffer basis. | ||
| 1295 | 1296 | ||
| 1296 | +++ | 1297 | +++ |
| 1297 | *** `define-minor-mode' accepts a new keyword :variable. | 1298 | *** `define-minor-mode' accepts a new keyword :variable. |