]> git.eshelyaron.com Git - emacs.git/commit
soap-client: fix validation against byte[]
authorMattias Engdegård <mattiase@acm.org>
Wed, 21 Dec 2022 11:05:08 +0000 (12:05 +0100)
committerMattias Engdegård <mattiase@acm.org>
Wed, 21 Dec 2022 11:07:32 +0000 (12:07 +0100)
commitc2f04019bff4085a09a993995ab8a9d71484dcb0
tree0dd3c1686756b541655297c8737b8eb9722a85a2
parent05740f05b732a5df473bdf9d1750e97f6a86f2c0
soap-client: fix validation against byte[]

* lisp/net/soap-client.el (soap-validate-xs-basic-type):
`byte[]` is read as the two Lisp values `byte` and `[]` but here the
symbol `byte[]` is intended: the brackets need escaping.
lisp/net/soap-client.el