branch: externals/loccur
commit 0e3234586dd2e899804a61596d1dee1ffad2c18a
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>

    Set minimum Emacs version
    
    defvar-local was introduced at Emacs 24.3. And cl-lib was bundled since 
Emacs 24.3.
---
 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