]> code.delx.au - gnu-emacs-elpa/commitdiff
* avy.el: Fix up author email and top-level require.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 8 May 2015 19:13:22 +0000 (15:13 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 8 May 2015 19:13:22 +0000 (15:13 -0400)
packages/avy/avy.el

index 6a0dea7626e9b41c718fa310734ae7210e1096c9..d56f6dbab00fea903318f08ba284716f35f76309 100644 (file)
@@ -2,7 +2,8 @@
 
 ;; Copyright (C) 2015  Free Software Foundation, Inc.
 
-;; Author: Oleh Krehel
+;; Author: Oleh Krehel <ohwoeowho@gmail.com>
+;; Version: 0
 
 ;; This file is part of GNU Emacs.
 
@@ -42,7 +43,7 @@
 ;; headache.
 
 ;;; Code:
-(require 'cl-macs)
+(require 'cl-lib)
 
 (defmacro avy-multipop (lst n)
   "Remove LST's first N elements and return them."