From 37eef19fd608ca81acb40f974b8d7bbe7fc27127 Mon Sep 17 00:00:00 2001 From: Thomas Fitzsimmons Date: Thu, 3 Feb 2022 09:19:03 -0500 Subject: [PATCH] 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. --- lisp/net/soap-client.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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. -- 2.39.5