[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] 01/01: Add Package-Requires for flylisp per Emacs bug 18078.
From: |
Barry O'Reilly |
Subject: |
[elpa] 01/01: Add Package-Requires for flylisp per Emacs bug 18078. |
Date: |
Wed, 30 Jul 2014 19:37:38 +0000 |
epich pushed a commit to branch master
in repository elpa.
commit e999a58b21563e6cf9209f9844809771979e5646
Author: Barry O'reilly <address@hidden>
Date: Wed Jul 30 12:37:28 2014 -0700
Add Package-Requires for flylisp per Emacs bug 18078.
---
packages/flylisp/flylisp.el | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/packages/flylisp/flylisp.el b/packages/flylisp/flylisp.el
index 4c34d3b..b8c296c 100644
--- a/packages/flylisp/flylisp.el
+++ b/packages/flylisp/flylisp.el
@@ -4,6 +4,7 @@
;; Author: Barry O'Reilly <address@hidden>
;; Version: 0.2
+;; Package-Requires: ((emacs "24.1") (cl-lib "0.4"))
;; 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