]> git.eshelyaron.com Git - emacs.git/commit
Restore `replace-region-contents' in json-pretty-print
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 31 Jul 2019 20:18:57 +0000 (22:18 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 31 Jul 2019 20:18:57 +0000 (22:18 +0200)
commitee7baca4fa96d4e1ad6bd9ad055d92f435b7eaa6
treefe74c4f08fabb6d61e0dbbf7cfe23446d6e46fd3
parenta79e96f0f9133b0577e709f805179ab59b09fe33
Restore `replace-region-contents' in json-pretty-print

* lisp/json.el (json-pretty-print): Switch back to using
`replace-region-contents' to preserve markers and fonts which went
missing when fixing the bug
(bug#34160).
(json-pretty-print-max-secs): Restore, too.
lisp/json.el