diff options
author | Kyle Meyer <kyle@kyleam.com> | 2022-02-21 23:07:50 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2022-02-21 23:10:44 -0500 |
commit | e76889ffdff100409fb7ac8a31e6814643658a3e (patch) | |
tree | 2484ac80b0a4ae2a2385ef857a56581359f11399 | |
parent | 3b31330299c3d4b2baf00c9df0a2d9bc68eee268 (diff) | |
download | snakemake-mode-e76889ffdff100409fb7ac8a31e6814643658a3e.tar.gz |
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").
-rw-r--r-- | snakemake-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |