branch: master
commit ff0ee94e7b872922371f8d0984a173fcf388af3a
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
Add dependency on emacs 24.1
---
swiper.el | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/swiper.el b/swiper.el
index 8b50f78..f728161 100644
--- a/swiper.el
+++ b/swiper.el
@@ -1,11 +1,11 @@
-;;; swiper.el --- Isearch with an overview. Oh, man! -*- lexical-binding: t -*-
+;;; swiper.el --- Isearch with a helm overview. Oh, man! -*- lexical-binding:
t -*-
;; Copyright (C) 2015 Oleh Krehel
;; Author: Oleh Krehel <[email protected]>
;; URL: https://github.com/abo-abo/swiper
;; Version: 0.1.0
-;; Package-Requires: ((helm "1.6.7"))
+;; Package-Requires: ((helm "1.6.7") (emacs "24.1"))
;; Keywords: matching
;; This file is not part of GNU Emacs