]> git.eshelyaron.com Git - emacs.git/commit
Native JSON support is always available
authorMattias EngdegÄrd <mattiase@acm.org>
Sun, 31 Mar 2024 13:07:34 +0000 (15:07 +0200)
committerEshel Yaron <me@eshelyaron.com>
Tue, 2 Apr 2024 13:24:16 +0000 (15:24 +0200)
commitbeb200a0e2e9e72eea741b8a11b2663424b88c68
tree385dc10c1d6ad5c14de6d1744d07b6a70545ad80
parent4d8307c4f7a25b5323b41317ca4a4db221003dbc
Native JSON support is always available

* lisp/progmodes/sh-script.el (sh--json-read): Remove.
(sh-shellcheck-flymake): Call json-parse-buffer directly.
* test/src/json-tests.el: Don't check for function availability.

(cherry picked from commit f178a6d8006f1e8afe06bb71d0a413622d73f131)
lisp/progmodes/sh-script.el
test/src/json-tests.el