branch: elpa/anzu
commit 8e92765ab7ecb821017b4f03fa8678acc4720e53
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>
Specify Emacs version
Because anzu.el cannot work on Emacs 23.
---
anzu.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/anzu.el b/anzu.el
index e168c7c07d..d0c1e199f1 100644
--- a/anzu.el
+++ b/anzu.el
@@ -5,7 +5,7 @@
;; Author: Syohei YOSHIDA <[email protected]>
;; URL: https://github.com/syohex/emacs-anzu
;; Version: 0.31
-;; Package-Requires: ((cl-lib "0.5"))
+;; Package-Requires: ((cl-lib "0.5") (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