unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: trunk r113779: * lisp/subr.el (define-error): New function.
       [not found] <E1V7u9A-0002IG-TY@vcs.savannah.gnu.org>
@ 2013-08-12 12:32 ` Michael Albinus
  0 siblings, 0 replies; only message in thread
From: Michael Albinus @ 2013-08-12 12:32 UTC (permalink / raw)
  To: Stefan Monnier, Alexandru Harsanyi; +Cc: emacs-devel

Stefan Monnier <monnier@iro.umontreal.ca> 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.



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-08-12 12:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <E1V7u9A-0002IG-TY@vcs.savannah.gnu.org>
2013-08-12 12:32 ` trunk r113779: * lisp/subr.el (define-error): New function Michael Albinus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).