From 503e51aebe25250724d0cacf77cecb233b9276ca Mon Sep 17 00:00:00 2001 From: Kalle Kankare Date: Sun, 5 Jul 2020 22:15:14 +0300 Subject: [PATCH] Require helm v2.9.7 The `helm-mm-split-pattern' didn't accept a second argument until helm version 2.9.7, therefore depend on that version of helm. --- helm-grepint.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-grepint.el b/helm-grepint.el index cc28ae6..922c663 100644 --- a/helm-grepint.el +++ b/helm-grepint.el @@ -8,7 +8,7 @@ ;; Keywords: grep, grepping, searching, helm, tools, convenience ;; Version: 1.3.2 ;; URL: https://github.com/kopoli/helm-grepint -;; Package-Requires: ((helm "1.0") (emacs "24.4")) +;; Package-Requires: ((helm "2.9.7") (emacs "24.4")) ;; This file is not part of GNU Emacs.