leoliu pushed a commit to branch master
in repository elpa.

commit 4937a0aec623ac72baecc1dd3f1d4a43ff5152cc
Author: Steve Purcell <st...@sanityinc.com>
Date:   Wed Oct 9 09:26:40 2013 +0100

    Declare dependency on emacs 24
    
    The code declares `lexical-binding: t`, which is only available in Emacs 24.
---
 easy-kill.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/easy-kill.el b/easy-kill.el
index 98aff18..230e3d6 100644
--- a/easy-kill.el
+++ b/easy-kill.el
@@ -4,6 +4,7 @@
 
 ;; Author: Leo Liu <sdl....@gmail.com>
 ;; Version: 0.7.0
+;; Package-Requires: ((emacs "24"))
 ;; Keywords: convenience
 ;; Created: 2013-08-12
 ;; URL: https://github.com/leoliu/easy-kill

Reply via email to