branch: elpa/telephone-line
commit a2e2b5652fdb2c46952e09dc8dfdfdba7f91f49f
Author: Daniel Bordak <[email protected]>
Commit: Daniel Bordak <[email protected]>
Add emacs version requirement
---
telephone-line.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/telephone-line.el b/telephone-line.el
index 7f0651648a..a4d447e517 100644
--- a/telephone-line.el
+++ b/telephone-line.el
@@ -6,7 +6,7 @@
;; URL: https://github.com/dbordak/telephone-line
;; Version: 0.1
;; Keywords: mode-line
-;; Package-Requires: ((cl-lib "0.5") (memoize "1.0.1") (names "0.5") (s
"1.9.0") (seq "1.8"))
+;; Package-Requires: ((emacs "24.3") (cl-lib "0.5") (memoize "1.0.1") (names
"0.5") (s "1.9.0") (seq "1.8"))
;; 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