]> git.eshelyaron.com Git - emacs.git/commit
Pass json-readtable-error data as a list (bug#30489)
authorBasil L. Contovounesios <contovob@tcd.ie>
Fri, 16 Feb 2018 17:11:49 +0000 (17:11 +0000)
committerAndrew G Cohen <cohen@andy.bu.edu>
Tue, 11 Dec 2018 06:17:51 +0000 (14:17 +0800)
commit537ed97e9cf8daca8967f11c3124c657a874c704
tree58bdb3318266505417c07496a2429a48ce130109
parent43af089d74297138973848da822aa268b1ee0708
Pass json-readtable-error data as a list (bug#30489)

* lisp/json.el (json-readtable-dispatch): Fix error data.
* test/lisp/json-tests.el (test-json-read): Check error data is a
list.
lisp/json.el
test/lisp/json-tests.el