From: Thomas Fitzsimmons Date: Tue, 29 Sep 2020 21:30:04 +0000 (-0400) Subject: soap-client: Remove FIXME comment X-Git-Tag: emacs-28.0.90~5827 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2742bdb6f437702ba11d11319d76cb4693732455;p=emacs.git soap-client: Remove FIXME comment * lisp/net/soap-client.el (soap-encode-attributes): Remove cl-defmethod FIXME comment; continue supporting Emacs 24.1. --- diff --git a/lisp/net/soap-client.el b/lisp/net/soap-client.el index 8b5ac613b3b..b5674294f15 100644 --- a/lisp/net/soap-client.el +++ b/lisp/net/soap-client.el @@ -2996,8 +2996,6 @@ reference multiRef parts which are external to RESPONSE-NODE." ;;;; SOAP type encoding -;; FIXME: Use `cl-defmethod' (but this requires Emacs-25). - (defun soap-encode-attributes (value type) "Encode XML attributes for VALUE according to TYPE. This is a generic function which determines the attribute encoder