branch: externals/loccur
commit 650d91dda0d313c8f445a0803c07809d857dee0f
Merge: 0b85b6001a 0e3234586d
Author: Alexey Veretennikov <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #7 from syohex/fix-min-version
    
    Set minimum Emacs version
---
 loccur.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/loccur.el b/loccur.el
index 2cd7bee017..16aec17d82 100644
--- a/loccur.el
+++ b/loccur.el
@@ -6,10 +6,10 @@
 ;;
 ;; Created: 2009-09-08
 ;; Version: 1.2.3
-;; Package-Requires: ((cl-lib "0"))
+;; Package-Requires: ((emacs "24.3"))
 ;; Keywords: matching
 ;; URL: https://github.com/fourier/loccur
-;; Compatibility: GNU Emacs 23.x, GNU Emacs 24.x
+;; Compatibility: GNU Emacs 24.3
 ;;
 ;; This file is part of GNU Emacs.
 ;;

Reply via email to