diff options
author | Thomas Fitzsimmons <fitzsim@fitzsim.org> | 2022-02-03 09:19:03 -0500 |
---|---|---|
committer | Thomas Fitzsimmons <fitzsim@fitzsim.org> | 2022-02-03 09:19:03 -0500 |
commit | 37eef19fd608ca81acb40f974b8d7bbe7fc27127 (patch) | |
tree | 891be7c03cd897742ad4a8cff023d3252ad83dbe /lisp | |
parent | 895562a8b24fc637fb422d38ea64e7d445b3480d (diff) | |
download | emacs-37eef19fd608ca81acb40f974b8d7bbe7fc27127.tar.gz emacs-37eef19fd608ca81acb40f974b8d7bbe7fc27127.tar.bz2 emacs-37eef19fd608ca81acb40f974b8d7bbe7fc27127.zip |
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.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/net/soap-client.el | 5 |
1 files 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 <AlexHarsanyi@gmail.com> ;; Author: Thomas Fitzsimmons <fitzsim@fitzsim.org> ;; 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. |