emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 2742bdb 2/2: soap-client: Remove FIXME comment


From: Thomas Fitzsimmons
Subject: master 2742bdb 2/2: soap-client: Remove FIXME comment
Date: Tue, 29 Sep 2020 20:16:48 -0400 (EDT)

branch: master
commit 2742bdb6f437702ba11d11319d76cb4693732455
Author: Thomas Fitzsimmons <fitzsim@fitzsim.org>
Commit: Thomas Fitzsimmons <fitzsim@fitzsim.org>

    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 8b5ac61..b567429 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]