aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2009-04-29 03:02:54 +0000
committerChong Yidong2009-04-29 03:02:54 +0000
commit91f68422d65d4fe746e4cd89cd274636a097c4ff (patch)
tree1b8e00eeef766bcfa1827f55bd936addd6c1fb58 /etc
parentee87c5499807d57d19f95939e79cde34e22bc90d (diff)
downloademacs-91f68422d65d4fe746e4cd89cd274636a097c4ff.tar.gz
emacs-91f68422d65d4fe746e4cd89cd274636a097c4ff.zip
* files.el (hack-local-variables-prop-line)
(hack-local-variables, dir-locals-read-from-file): Bind read-circle to nil before reading. * lread.c (Vread_circle): New variable. (read1): Disable recursive read if Vread_circle is nil.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index de3464ede22..a1246837c3e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1931,6 +1931,10 @@ port support (see Emacs changes, above).
1931** Miscellaneous new variables 1931** Miscellaneous new variables
1932 1932
1933+++ 1933+++
1934*** `read-circle', if nil, disables the reading of recursive Lisp
1935structures using the #N= and #N# syntax.
1936
1937+++
1934*** `this-command-keys-shift-translated' is non-nil if the key 1938*** `this-command-keys-shift-translated' is non-nil if the key
1935sequence invoking the current command was found by shift-translation. 1939sequence invoking the current command was found by shift-translation.
1936 1940