]> git.eshelyaron.com Git - emacs.git/commit
Fix definition of whitespace in JSON
authorPhilipp Stephani <phst@google.com>
Sat, 20 May 2017 15:49:06 +0000 (17:49 +0200)
committerPhilipp Stephani <phst@google.com>
Sun, 21 May 2017 21:03:01 +0000 (23:03 +0200)
commit32f80eb678c4dc6335063cc39975bbce2766829a
tree2b50a491868c30fa73b1558212f12fd03a3e09ed
parent140aefc341da9cc865971d393071be029ff8b3c5
Fix definition of whitespace in JSON

See
https://lists.gnu.org/archive/html/emacs-devel/2017-05/msg00115.html.

* lisp/json.el (json-skip-whitespace): Fix definition.
* test/lisp/json-tests.el (test-json-skip-whitespace): Adapt unit
test.
lisp/json.el
test/lisp/json-tests.el