aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPhilipp2017-05-06 22:23:03 +0200
committerPhilipp Stephani2017-05-13 12:32:29 +0200
commita1d461592172ca4c8aac0e4e923ef5e909cfb361 (patch)
tree7d972dbecad74eab4f7dfb37969ab0170c2870e1 /etc
parent16004397f40d15d9db6b90632c236c804f38fc40 (diff)
downloademacs-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/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9be6ee0f3f7..380ce710130 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -907,6 +907,11 @@ which was sometimes numerically incorrect. For example, on a 64-bit
907host (max 1e16 10000000000000001) now returns its second argument 907host (max 1e16 10000000000000001) now returns its second argument
908instead of its first. 908instead of its first.
909 909
910+++
911** The variable 'old-style-backquotes' has been made internal and
912renamed to 'lread--old-style-backquotes'. No user code should use
913this variable.
914
910 915
911* Lisp Changes in Emacs 26.1 916* Lisp Changes in Emacs 26.1
912 917