aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 7486d6bcfed..89e07a2f4df 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1371,6 +1371,15 @@ ending character were silently omitted.
1371For example, '(rx (any "@z-a" (?9 . ?0)))' would match '@' only. 1371For example, '(rx (any "@z-a" (?9 . ?0)))' would match '@' only.
1372Now, such rx expressions generate an error. 1372Now, such rx expressions generate an error.
1373 1373
1374+++
1375** 'text-mode' no longer sets the value of 'indent-line-function'.
1376The 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
1380To get back the old behavior, add a function to 'text-mode-hook' which
1381performs (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