]> git.eshelyaron.com Git - emacs.git/commit
Make `old-style-backquotes' variable internal
authorPhilipp <phst@google.com>
Sat, 6 May 2017 20:23:03 +0000 (22:23 +0200)
committerPhilipp Stephani <phst@google.com>
Sat, 13 May 2017 10:32:29 +0000 (12:32 +0200)
commita1d461592172ca4c8aac0e4e923ef5e909cfb361
tree7d972dbecad74eab4f7dfb37969ab0170c2870e1
parent16004397f40d15d9db6b90632c236c804f38fc40
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.
etc/NEWS
lisp/emacs-lisp/bytecomp.el
src/lread.c
test/lisp/emacs-lisp/bytecomp-tests.el
test/src/lread-tests.el