unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Michael Albinus <michael.albinus@gmx.de>
To: Stefan Monnier <monnier@iro.umontreal.ca>,
	Alexandru Harsanyi <AlexHarsanyi@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: trunk r113779: * lisp/subr.el (define-error): New function.
Date: Mon, 12 Aug 2013 14:32:41 +0200	[thread overview]
Message-ID: <87siyfks2e.fsf@gmx.de> (raw)
In-Reply-To: <E1V7u9A-0002IG-TY@vcs.savannah.gnu.org> (Stefan Monnier's message of "Fri, 09 Aug 2013 21:22:56 +0000")

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.



           reply	other threads:[~2013-08-12 12:32 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <E1V7u9A-0002IG-TY@vcs.savannah.gnu.org>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87siyfks2e.fsf@gmx.de \
    --to=michael.albinus@gmx.de \
    --cc=AlexHarsanyi@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).