diff options
Diffstat (limited to 'lisp/net/soap-client.el')
-rw-r--r-- | lisp/net/soap-client.el | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lisp/net/soap-client.el b/lisp/net/soap-client.el index 4ba8e5b5854..1d4a9b573da 100644 --- a/lisp/net/soap-client.el +++ b/lisp/net/soap-client.el @@ -1352,10 +1352,7 @@ This is because it is easier to work with list results in LISP." ;;;; Soap Envelope parsing -(put 'soap-error - 'error-conditions - '(error soap-error)) -(put 'soap-error 'error-message "SOAP error") +(define-error 'soap-error "SOAP error") (defun soap-parse-envelope (node operation wsdl) "Parse the SOAP envelope in NODE and return the response. |