diff options
| author | Chong Yidong | 2009-04-29 03:02:54 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-04-29 03:02:54 +0000 |
| commit | 91f68422d65d4fe746e4cd89cd274636a097c4ff (patch) | |
| tree | 1b8e00eeef766bcfa1827f55bd936addd6c1fb58 /etc | |
| parent | ee87c5499807d57d19f95939e79cde34e22bc90d (diff) | |
| download | emacs-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -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 | ||
| 1935 | structures 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 |
| 1935 | sequence invoking the current command was found by shift-translation. | 1939 | sequence invoking the current command was found by shift-translation. |
| 1936 | 1940 | ||