epich pushed a commit to branch master
in repository elpa.
commit e999a58b21563e6cf9209f9844809771979e5646
Author: Barry O'reilly <[email protected]>
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 <[email protected]>
;; 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