]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/avy/avy.el
Merge commit 'e242f04e32c7d874c779fb83c86aa5bdbc508f18' from avy
[gnu-emacs-elpa] / packages / avy / avy.el
index 6a0dea7626e9b41c718fa310734ae7210e1096c9..da1f747e96cc3de3230f9c035378cd77cb4b235e 100644 (file)
@@ -2,7 +2,11 @@
 
 ;; Copyright (C) 2015  Free Software Foundation, Inc.
 
-;; Author: Oleh Krehel
+;; Author: Oleh Krehel <ohwoeowho@gmail.com>
+;; URL: https://github.com/abo-abo/avy
+;; Version: 0.2.0
+;; Package-Requires: ((emacs "24.1") (cl-lib "0.5"))
+;; Keywords: point, location
 
 ;; This file is part of GNU Emacs.
 
@@ -42,7 +46,7 @@
 ;; headache.
 
 ;;; Code:
-(require 'cl-macs)
+(require 'cl-lib)
 
 (defmacro avy-multipop (lst n)
   "Remove LST's first N elements and return them."