branch: master
commit 0634762804f4a33bae7bbc1b3c9925b78c45b8ee
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>

    Add a dependency to cl-lib for Emacs < 24.3
    
    cl-lib was introduced in Emacs 24.3. On older Emacs versions we have to
    install it from GNU ELPA.
---
 avy.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/avy.el b/avy.el
index 4ddcef9..92e9092 100644
--- a/avy.el
+++ b/avy.el
@@ -5,7 +5,7 @@
 ;; Author: Oleh Krehel <[email protected]>
 ;; URL: https://github.com/abo-abo/avy
 ;; Version: 0.1.0
-;; Package-Requires: ((emacs "24.1"))
+;; Package-Requires: ((emacs "24.1") (cl-lib "0.5"))
 ;; Keywords: point, location
 
 ;; This file is part of GNU Emacs.

Reply via email to