From: Thomas Fitzsimmons Date: Wed, 24 May 2017 18:32:00 +0000 (-0400) Subject: lisp/net/soap-client.el: Require cl-lib version 0.6.1 X-Git-Tag: emacs-26.0.90~521^2~270 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9a6ac2794f6855c3f5882d33deb417aa69e7c471;p=emacs.git lisp/net/soap-client.el: Require cl-lib version 0.6.1 * lisp/net/soap-client.el: Require cl-lib version 0.6.1. --- diff --git a/lisp/net/soap-client.el b/lisp/net/soap-client.el index 48cf6ec62f5..e204b8aff92 100644 --- a/lisp/net/soap-client.el +++ b/lisp/net/soap-client.el @@ -9,7 +9,7 @@ ;; Keywords: soap, web-services, comm, hypermedia ;; Package: soap-client ;; Homepage: https://github.com/alex-hhh/emacs-soap-client -;; Package-Requires: ((cl-lib "0.5")) +;; Package-Requires: ((cl-lib "0.6.1")) ;; This file is part of GNU Emacs.