From 2742bdb6f437702ba11d11319d76cb4693732455 Mon Sep 17 00:00:00 2001 From: Thomas Fitzsimmons Date: Tue, 29 Sep 2020 17:30:04 -0400 Subject: [PATCH] soap-client: Remove FIXME comment * lisp/net/soap-client.el (soap-encode-attributes): Remove cl-defmethod FIXME comment; continue supporting Emacs 24.1. --- lisp/net/soap-client.el | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.39.5