]> git.eshelyaron.com Git - emacs.git/commit
Don't use `string-search` in soap-client (bug#53744)
authorMattias Engdegård <mattiase@acm.org>
Thu, 3 Feb 2022 11:15:06 +0000 (12:15 +0100)
committerMattias Engdegård <mattiase@acm.org>
Thu, 3 Feb 2022 11:17:23 +0000 (12:17 +0100)
commit1b0342628e565ff6fbb3ad1e374a2203d9d4a8ae
tree23e08183c533e465612dcc7707cef35d32c205e4
parentabd59ad923452cf342ba9d5eadf52bea02a261b0
Don't use `string-search` in soap-client (bug#53744)

* lisp/net/soap-client.el (soap-decode-xs-complex-type):
Since soap-client is a core ELPA package and may be used with
Emacs versions older than 28, it cannot use `string-search`;
revert to `string-match`.
lisp/net/soap-client.el