]> git.eshelyaron.com Git - emacs.git/commit
Fix pretty-printing of multiple JSON objects
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 9 Jul 2019 18:40:23 +0000 (20:40 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 9 Jul 2019 18:48:58 +0000 (20:48 +0200)
commit48daf77a9d963c05ee198b3ab108c7f0b3686da6
tree65df7c64893620d6899c7865c35c461eca25474f
parent1e4e165eaf08329e7e39965334d744189fddde3d
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