branch: master commit 35eb9ec6f86a5d170e4cb564b8580b2a8557e087 Author: Stefan Monnier <monn...@iro.umontreal.ca> Commit: Stefan Monnier <monn...@iro.umontreal.ca>
* cl-lib/cl-lib.el: Don't use `emacs` package for Emacs<24 --- packages/cl-lib/cl-lib.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/cl-lib/cl-lib.el b/packages/cl-lib/cl-lib.el index ed63391..421e0ac 100644 --- a/packages/cl-lib/cl-lib.el +++ b/packages/cl-lib/cl-lib.el @@ -4,8 +4,8 @@ ;; Author: Stefan Monnier <monn...@iro.umontreal.ca> ;; vcomment: Emacs-24.3's version is 1.0 so this has to stay below. -;; Version: 0.6 -;; Package-Requires: ((emacs "21")) +;; Version: 0.6.1 +;; Y-Package-Requires: ((emacs "21")) ¡`emacs' package only exists in Emacs≥24! ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by