]> git.eshelyaron.com Git - emacs.git/commit
Don't use `string-replace` in soap-client (bug#53744)
authorMattias Engdegård <mattiase@acm.org>
Thu, 3 Feb 2022 11:25:53 +0000 (12:25 +0100)
committerMattias Engdegård <mattiase@acm.org>
Thu, 3 Feb 2022 11:25:53 +0000 (12:25 +0100)
commit3bd8a8bb91d5bf56216541f359c69c789c942b16
tree4cc5fa7db38ea2f8fa385dcc87607df17e1e704a
parent1b0342628e565ff6fbb3ad1e374a2203d9d4a8ae
Don't use `string-replace` in soap-client (bug#53744)

* lisp/net/soap-client.el (soap-decode-xs-complex-type):
Cease using `string-replace` since it requires Emacs 28.
lisp/net/soap-client.el