diff options
Diffstat (limited to 'lisp/net')
| -rw-r--r-- | lisp/net/soap-client.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/soap-client.el b/lisp/net/soap-client.el index 956e2cf4c4d..535e46cf6d8 100644 --- a/lisp/net/soap-client.el +++ b/lisp/net/soap-client.el | |||
| @@ -844,7 +844,7 @@ This is a specialization of `soap-encode-attributes' for | |||
| 844 | "Return t if VALUE should be encoded for ELEMENT, nil otherwise." | 844 | "Return t if VALUE should be encoded for ELEMENT, nil otherwise." |
| 845 | (cond | 845 | (cond |
| 846 | ;; if value is not nil, attempt to encode it | 846 | ;; if value is not nil, attempt to encode it |
| 847 | (value) | 847 | (value t) |
| 848 | 848 | ||
| 849 | ;; value is nil, but the element's type is a boolean, so nil in this case | 849 | ;; value is nil, but the element's type is a boolean, so nil in this case |
| 850 | ;; means "false". We need to encode it. | 850 | ;; means "false". We need to encode it. |