emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 0634762 11/20: Add a dependency to cl-lib for Emacs < 24.3


From: Oleh Krehel
Subject: [elpa] master 0634762 11/20: Add a dependency to cl-lib for Emacs < 24.3
Date: Sat, 09 May 2015 11:57:52 +0000

branch: master
commit 0634762804f4a33bae7bbc1b3c9925b78c45b8ee
Author: Bozhidar Batsov <address@hidden>
Commit: Bozhidar Batsov <address@hidden>

    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 <address@hidden>
 ;; 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

[Prev in Thread] Current Thread [Next in Thread]