diff options
Diffstat (limited to 'lisp/net/soap-client.el')
| -rw-r--r-- | lisp/net/soap-client.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/soap-client.el b/lisp/net/soap-client.el index beebe9b4445..f6d2ba229e5 100644 --- a/lisp/net/soap-client.el +++ b/lisp/net/soap-client.el | |||
| @@ -2886,7 +2886,7 @@ decode function to perform the actual decoding." | |||
| 2886 | 2886 | ||
| 2887 | ;;;; Soap Envelope parsing | 2887 | ;;;; Soap Envelope parsing |
| 2888 | 2888 | ||
| 2889 | (if (fboundp 'define-error) | 2889 | (if (fboundp 'define-error) ;Emacs-24.4 |
| 2890 | (define-error 'soap-error "SOAP error") | 2890 | (define-error 'soap-error "SOAP error") |
| 2891 | ;; Support Emacs<24.4 that do not have define-error, so | 2891 | ;; Support Emacs<24.4 that do not have define-error, so |
| 2892 | ;; that soap-client can remain unchanged in GNU ELPA. | 2892 | ;; that soap-client can remain unchanged in GNU ELPA. |