]> git.eshelyaron.com Git - emacs.git/commit
Improve error message for old-style backquotes
authorPhilipp Stephani <phst@google.com>
Fri, 29 Dec 2017 20:58:07 +0000 (21:58 +0100)
committerPhilipp Stephani <phst@google.com>
Sun, 7 Jan 2018 13:25:12 +0000 (14:25 +0100)
commit378be8df8d9075719437c475fbb520dd40d2353b
tree676bd7222c3ebadecc1eef44a00d1aab61523007
parentddb74b2027802ab4416bd8cdb1757a209dd7a63b
Improve error message for old-style backquotes

* src/lread.c (load_error_old_style_backquotes): Improve error message
if no file is being loaded.

* test/src/lread-tests.el (lread-tests--force-new-style-backquotes):
Adapt test.
src/lread.c
test/src/lread-tests.el