]> git.eshelyaron.com Git - emacs.git/commit
Fix pretty-printing of multiple JSON objects
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 9 Jul 2019 19:32:41 +0000 (21:32 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 9 Jul 2019 19:32:41 +0000 (21:32 +0200)
commitbff64115a0ad081282e0f99305f41c8dd1917d67
treebcd340c9458716d8d3205944083c8273d4ea8545
parent864ab2c150583d01e2dbdebde6a024e923512d94
Fix pretty-printing of multiple JSON objects

* lisp/json.el (json-pretty-print-max-secs): Make obsolete.
(json-pretty-print): Pretty-print all JSON objects in the region
instead of just the first one (and then deleting all other
objects) (bug#34160).
lisp/json.el