aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1d546c4ec17..abbedcf5eca 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -198,6 +198,9 @@ as new-style, bind the new variable 'force-new-style-backquotes' to t.
198 198
199* Lisp Changes in Emacs 27.1 199* Lisp Changes in Emacs 27.1
200 200
201** 'print-quoted' now defaults to t, so if you want to see
202(quote x) instead of 'x you will have to bind it to nil where applicable.
203
201** Internal parsing commands now use syntax-ppss and disregard 204** Internal parsing commands now use syntax-ppss and disregard
202open-paren-in-column-0-is-defun-start. This affects mostly things like 205open-paren-in-column-0-is-defun-start. This affects mostly things like
203forward-comment, scan-sexps, and forward-sexp when parsing backward. 206forward-comment, scan-sexps, and forward-sexp when parsing backward.