From 2aa5215ba718f49873f373a8bd231623e354de58 Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Sun, 29 Jun 2014 11:56:08 +0100 Subject: Declare dependency on Emacs 24 There's no currently-maintained version of python.el for Emacs 23, whereas that library is shipped with Emacs 24. It makes sense, then, to mark this package for Emacs 24+ only. --- snakemake-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/snakemake-mode.el b/snakemake-mode.el index 5ededc9..c65e60f 100644 --- a/snakemake-mode.el +++ b/snakemake-mode.el @@ -6,6 +6,7 @@ ;; URL: https://github.com/kyleam/snakemake-mode ;; Keywords: tools ;; Version: 0.1.0 +;; Package-Requires: ((emacs "24")) ;; 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