aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/net/soap-client.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/net/soap-client.el b/lisp/net/soap-client.el
index 48c775f008e..c0b71cdf170 100644
--- a/lisp/net/soap-client.el
+++ b/lisp/net/soap-client.el
@@ -5,7 +5,7 @@
5;; Author: Alexandru Harsanyi <AlexHarsanyi@gmail.com> 5;; Author: Alexandru Harsanyi <AlexHarsanyi@gmail.com>
6;; Author: Thomas Fitzsimmons <fitzsim@fitzsim.org> 6;; Author: Thomas Fitzsimmons <fitzsim@fitzsim.org>
7;; Created: December, 2009 7;; Created: December, 2009
8;; Version: 3.1.2 8;; Version: 3.1.3
9;; Keywords: soap, web-services, comm, hypermedia 9;; Keywords: soap, web-services, comm, hypermedia
10;; Package: soap-client 10;; Package: soap-client
11;; Homepage: https://github.com/alex-hhh/emacs-soap-client 11;; Homepage: https://github.com/alex-hhh/emacs-soap-client
@@ -205,7 +205,7 @@ different namespace aliases for the same element."
205 local-name-1))))) 205 local-name-1)))))
206 206
207(defun soap-name-p (name) 207(defun soap-name-p (name)
208 "Return true if NAME is a valid name for XMLSchema types. 208 "Return t if NAME is a valid name for XMLSchema types.
209A valid name is either a string or a cons of (NAMESPACE . NAME)." 209A valid name is either a string or a cons of (NAMESPACE . NAME)."
210 (or (stringp name) 210 (or (stringp name)
211 (and (consp name) 211 (and (consp name)