From e76889ffdff100409fb7ac8a31e6814643658a3e Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Mon, 21 Feb 2022 23:07:50 -0500 Subject: Drop cl-lib from Package-Requires header cl-lib was added in the Emacs 24.3 release, so cl-lib no longer needed to be specified when ca4d60d (Change Emacs requirement for Emacs 24 to Emacs 24.5, 2018-08-16) changed (emacs "24") to (emacs "24.5"). --- snakemake-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snakemake-mode.el b/snakemake-mode.el index dcf2bf0..58d70bf 100644 --- a/snakemake-mode.el +++ b/snakemake-mode.el @@ -6,7 +6,7 @@ ;; URL: https://git.kyleam.com/snakemake-mode/about ;; Keywords: tools ;; Version: 1.8.0 -;; Package-Requires: ((emacs "24.5") (cl-lib "0.5") (transient "0.3.0")) +;; Package-Requires: ((emacs "24.5") (transient "0.3.0")) ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -- cgit v1.2.3