From: Thomas Fitzsimmons Date: Thu, 3 Feb 2022 14:19:03 +0000 (-0500) Subject: soap-client: Add minimum supported Emacs version X-Git-Tag: emacs-29.0.90~2554 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=37eef19fd608ca81acb40f974b8d7bbe7fc27127;p=emacs.git soap-client: Add minimum supported Emacs version * lisp/net/soap-client.el: Add Emacs 24.1 to Package-Requires. Bump version to 3.2.1. --- diff --git a/lisp/net/soap-client.el b/lisp/net/soap-client.el index 274e3b29e1c..5e7bdbe6c6a 100644 --- a/lisp/net/soap-client.el +++ b/lisp/net/soap-client.el @@ -5,12 +5,11 @@ ;; Author: Alexandru Harsanyi ;; Author: Thomas Fitzsimmons ;; Created: December, 2009 -;; Version: 3.2.0 +;; Version: 3.2.1 ;; Keywords: soap, web-services, comm, hypermedia ;; Package: soap-client ;; URL: https://github.com/alex-hhh/emacs-soap-client -;; Package-Requires: ((cl-lib "0.6.1")) -;;FIXME: Put in `Package-Requires:' the Emacs version we expect. +;; Package-Requires: ((emacs "24.1") (cl-lib "0.6.1")) ;; This file is part of GNU Emacs.