summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2018-01-15 13:42:51 -0500
committerStefan Monnier <monnier@iro.umontreal.ca>2018-01-15 13:42:51 -0500
commit72ee93d68daea00e2ee69417afd4e31b3145a9fa (patch)
treef485b3e50d189e10384903641accf0933102640a /etc
parent8e05cb61a247a9035c5bf33b55c933d48c964dbc (diff)
downloademacs-72ee93d68daea00e2ee69417afd4e31b3145a9fa.tar.gz
* 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.
* Lisp Changes in Emacs 27.1
+** 'print-quoted' now defaults to t, so if you want to see
+(quote x) instead of 'x you will have to bind it to nil where applicable.
+
** Internal parsing commands now use syntax-ppss and disregard
open-paren-in-column-0-is-defun-start. This affects mostly things like
forward-comment, scan-sexps, and forward-sexp when parsing backward.