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.
This commit is contained in:
Bozhidar Batsov 2015-05-09 08:29:06 +03:00
parent 0e049bbc44
commit 0634762804

2
avy.el
View File

@ -5,7 +5,7 @@
;; Author: Oleh Krehel <ohwoeowho@gmail.com> ;; Author: Oleh Krehel <ohwoeowho@gmail.com>
;; URL: https://github.com/abo-abo/avy ;; URL: https://github.com/abo-abo/avy
;; Version: 0.1.0 ;; Version: 0.1.0
;; Package-Requires: ((emacs "24.1")) ;; Package-Requires: ((emacs "24.1") (cl-lib "0.5"))
;; Keywords: point, location ;; Keywords: point, location
;; This file is part of GNU Emacs. ;; This file is part of GNU Emacs.