aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2018-01-15 13:42:51 -0500
committerStefan Monnier2018-01-15 13:42:51 -0500
commit72ee93d68daea00e2ee69417afd4e31b3145a9fa (patch)
treef485b3e50d189e10384903641accf0933102640a /etc
parent8e05cb61a247a9035c5bf33b55c933d48c964dbc (diff)
downloademacs-72ee93d68daea00e2ee69417afd4e31b3145a9fa.tar.gz
emacs-72ee93d68daea00e2ee69417afd4e31b3145a9fa.zip
* src/print.c (syms_of_print) <print_quoted>: Set default to true
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.