summaryrefslogtreecommitdiff
path: root/lisp/net/soap-inspect.el
diff options
context:
space:
mode:
authorThomas Fitzsimmons <fitzsim@fitzsim.org>2015-11-11 23:43:50 -0500
committerThomas Fitzsimmons <fitzsim@fitzsim.org>2015-11-11 23:43:50 -0500
commit055ca3a57e7326cd24bbb958531f6938466f5fd9 (patch)
tree60290affe535d44d619c3197264b0fc5cfbc1c17 /lisp/net/soap-inspect.el
parente0f64e7b4f9c3bbc12c4909ca8c8aa751f1fca4a (diff)
downloademacs-055ca3a57e7326cd24bbb958531f6938466f5fd9.tar.gz
Sync with soap-client repository, version 3.0.2
* soap-client.el: Bump version to 3.0.2. * soap-client.el (soap-warning): Use format, not format-message. * soap-client.el: Add cl-lib to Package-Requires. Require cl-lib. (soap-validate-xs-simple-type): Use cl-labels instead of cl-flet. * soap-client.el: Support Emacs versions that do not have define-error. * soap-inspect.el: Remove version header. * soap-client.el, soap-inspect.el, jira2.el: Fix first line header format.
Diffstat (limited to 'lisp/net/soap-inspect.el')
-rw-r--r--lisp/net/soap-inspect.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/net/soap-inspect.el b/lisp/net/soap-inspect.el
index b01e2bf76f1..a4430417ad0 100644
--- a/lisp/net/soap-inspect.el
+++ b/lisp/net/soap-inspect.el
@@ -1,10 +1,9 @@
-;;;; soap-inspect.el -- Interactive WSDL inspector -*- lexical-binding: t -*-
+;;; soap-inspect.el --- Interactive WSDL inspector -*- lexical-binding: t -*-
;; Copyright (C) 2010-2015 Free Software Foundation, Inc.
;; Author: Alexandru Harsanyi <AlexHarsanyi@gmail.com>
;; Created: October 2010
-;; Version: 3.0.1
;; Keywords: soap, web-services, comm, hypermedia
;; Package: soap-client
;; Homepage: https://github.com/alex-hhh/emacs-soap-client