]> code.delx.au - gnu-emacs-elpa/commitdiff
Add a dependency to cl-lib for Emacs < 24.3
authorBozhidar Batsov <bozhidar@batsov.com>
Sat, 9 May 2015 05:29:06 +0000 (08:29 +0300)
committerBozhidar Batsov <bozhidar@batsov.com>
Sat, 9 May 2015 05:29:06 +0000 (08:29 +0300)
cl-lib was introduced in Emacs 24.3. On older Emacs versions we have to
install it from GNU ELPA.

avy.el

diff --git a/avy.el b/avy.el
index 4ddcef9cd1f6094ddaa149d7b765cb96aed4c569..92e9092250facdf8c2f37540b81116036d1cfa53 100644 (file)
--- a/avy.el
+++ b/avy.el
@@ -5,7 +5,7 @@
 ;; Author: Oleh Krehel <ohwoeowho@gmail.com>
 ;; 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.