emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: trunk r113779: * lisp/subr.el (define-error): New function.


From: Michael Albinus
Subject: Re: trunk r113779: * lisp/subr.el (define-error): New function.
Date: Mon, 12 Aug 2013 14:32:41 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Stefan Monnier <address@hidden> writes:

> === modified file 'lisp/net/soap-client.el'
> --- a/lisp/net/soap-client.el 2013-02-01 07:28:10 +0000
> +++ b/lisp/net/soap-client.el 2013-08-09 21:22:44 +0000
> @@ -1352,10 +1352,7 @@
>  
>  ;;;; 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.

soap-client.el has a life outside Emacs trunk. Alex, do you still
maintain it separately on code.google.com? In that case it might be
problematic to keep the code in sync.

Best regards, Michael.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]