]> git.eshelyaron.com Git - emacs.git/commit
soap-client: Add byte-code compatibility function (Bug#31742)
authorThomas Fitzsimmons <fitzsim@fitzsim.org>
Sat, 9 Jun 2018 02:41:28 +0000 (22:41 -0400)
committerThomas Fitzsimmons <fitzsim@fitzsim.org>
Tue, 12 Jun 2018 01:23:33 +0000 (21:23 -0400)
commit1feb2e221349f26ec26bc684e0cce2acecbed3ca
treea77fbc7bab5fe11175f181d0af4d3729c4ff3568
parent0626d5aba518a6d22ffacd7a1e3f4c70d7248e5f
soap-client: Add byte-code compatibility function (Bug#31742)

* lisp/net/soap-client.el: Bump version to 3.1.4.
(soap-type-of): New function.
(soap-resolve-references, soap-decode-type)
(soap-encode-attributes, soap-encode-value): Replace aref
calls with calls to soap-type-of.

* lisp/net/soap-inspect.el (soap-sample-value, soap-inspect):
Replace aref calls with calls to soap-type-of.

Co-authored-by: Noam Postavsky <npostavs@gmail.com>
lisp/net/soap-client.el
lisp/net/soap-inspect.el