diff options
| author | Philipp | 2017-05-06 22:23:03 +0200 |
|---|---|---|
| committer | Philipp Stephani | 2017-05-13 12:32:29 +0200 |
| commit | a1d461592172ca4c8aac0e4e923ef5e909cfb361 (patch) | |
| tree | 7d972dbecad74eab4f7dfb37969ab0170c2870e1 /etc | |
| parent | 16004397f40d15d9db6b90632c236c804f38fc40 (diff) | |
| download | emacs-a1d461592172ca4c8aac0e4e923ef5e909cfb361.tar.gz emacs-a1d461592172ca4c8aac0e4e923ef5e909cfb361.zip | |
Make `old-style-backquotes' variable internal
* src/lread.c (load_warn_old_style_backquotes, Fload, read1)
(syms_of_lread): Rename `old-style-backquotes' to
`lread--old-style-backquotes', and clarify that it's for internal
use only.
* lisp/emacs-lisp/bytecomp.el (byte-compile-from-buffer): Rename
variable.
* test/src/lread-tests.el (lread-tests--old-style-backquotes): Add
unit test.
* emacs-lisp/bytecomp-tests.el
(bytecomp-tests--old-style-backquotes): Add unit test.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -907,6 +907,11 @@ which was sometimes numerically incorrect. For example, on a 64-bit | |||
| 907 | host (max 1e16 10000000000000001) now returns its second argument | 907 | host (max 1e16 10000000000000001) now returns its second argument |
| 908 | instead of its first. | 908 | instead of its first. |
| 909 | 909 | ||
| 910 | +++ | ||
| 911 | ** The variable 'old-style-backquotes' has been made internal and | ||
| 912 | renamed to 'lread--old-style-backquotes'. No user code should use | ||
| 913 | this variable. | ||
| 914 | |||
| 910 | 915 | ||
| 911 | * Lisp Changes in Emacs 26.1 | 916 | * Lisp Changes in Emacs 26.1 |
| 912 | 917 | ||