From 0634762804f4a33bae7bbc1b3c9925b78c45b8ee Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Sat, 9 May 2015 08:29:06 +0300 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) 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 ;; 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.