diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
| @@ -1371,6 +1371,15 @@ ending character were silently omitted. | |||
| 1371 | For example, '(rx (any "@z-a" (?9 . ?0)))' would match '@' only. | 1371 | For example, '(rx (any "@z-a" (?9 . ?0)))' would match '@' only. |
| 1372 | Now, such rx expressions generate an error. | 1372 | Now, such rx expressions generate an error. |
| 1373 | 1373 | ||
| 1374 | +++ | ||
| 1375 | ** 'text-mode' no longer sets the value of 'indent-line-function'. | ||
| 1376 | The global value of 'indent-line-function', which defaults to | ||
| 1377 | 'indent-relative', will no longer be reset locally when turning on | ||
| 1378 | 'text-mode'. | ||
| 1379 | |||
| 1380 | To get back the old behavior, add a function to 'text-mode-hook' which | ||
| 1381 | performs (setq-local indent-line-function #'indent-relative). | ||
| 1382 | |||
| 1374 | 1383 | ||
| 1375 | * Lisp Changes in Emacs 27.1 | 1384 | * Lisp Changes in Emacs 27.1 |
| 1376 | 1385 | ||