]> git.eshelyaron.com Git - emacs.git/commit
Embed JSON readtable into json-read
authorMark Oteiza <mvoteiza@udel.edu>
Mon, 4 Sep 2017 07:40:30 +0000 (03:40 -0400)
committerMark Oteiza <mvoteiza@udel.edu>
Mon, 4 Sep 2017 07:40:30 +0000 (03:40 -0400)
commit9314e6c56e248a5060a6c125e2088c4fbffe123b
tree92d9dc96288ee1114ddd6dfb804503e906c19f98
parent132f4472f5f066948e69894bac8ff27430e82012
Embed JSON readtable into json-read

Also unroll dispatch into a cond.
* lisp/json.el (json-readtable): Remove.
(json-readtable-dispatch): New macro.  Assimilate json-readtable.
(json-read): Use the macro.
lisp/json.el