[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] 27/77: Declare dependency on emacs 24
From: |
Leo Liu |
Subject: |
[elpa] 27/77: Declare dependency on emacs 24 |
Date: |
Sat, 05 Apr 2014 04:08:15 +0000 |
leoliu pushed a commit to branch master
in repository elpa.
commit 4937a0aec623ac72baecc1dd3f1d4a43ff5152cc
Author: Steve Purcell <address@hidden>
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 <address@hidden>
;; Version: 0.7.0
+;; Package-Requires: ((emacs "24"))
;; Keywords: convenience
;; Created: 2013-08-12
;; URL: https://github.com/leoliu/easy-kill
- [elpa] 23/77: Use parse-partial-sexp in easy-kill-bounds-of-list, (continued)
- [elpa] 23/77: Use parse-partial-sexp in easy-kill-bounds-of-list, Leo Liu, 2014/04/05
- [elpa] 20/77: Replace `enlarge' with `expand' in strings and comments, Leo Liu, 2014/04/05
- [elpa] 19/77: Add lispy treatment for +/- on list and sexp, Leo Liu, 2014/04/05
- [elpa] 14/77: Doc fix and release v0.7.0, Leo Liu, 2014/04/05
- [elpa] 22/77: Handle the case when overlay has already been destroyed, Leo Liu, 2014/04/05
- [elpa] 25/77: Fix thinko in easy-kill-backward-down, Leo Liu, 2014/04/05
- [elpa] 21/77: New command easy-kill-mark-region, Leo Liu, 2014/04/05
- [elpa] 24/77: Improve list expand/shrink support in smie-based modes, Leo Liu, 2014/04/05
- [elpa] 18/77: Consolidate all kill features in easy-kill-thing, Leo Liu, 2014/04/05
- [elpa] 26/77: Fix #2: just call kill-ring-save when region is active, Leo Liu, 2014/04/05
- [elpa] 27/77: Declare dependency on emacs 24,
Leo Liu <=
- [elpa] 29/77: Merge pull request #4 from purcell/patch-1, Leo Liu, 2014/04/05
- [elpa] 31/77: Simplify the interactive form of easy-kill-thing, Leo Liu, 2014/04/05
- [elpa] 28/77: [remap kill-ring-save] should be a better key binding for this feature., Leo Liu, 2014/04/05
- [elpa] 35/77: Doc fix and release v0.8.0, Leo Liu, 2014/04/05
- [elpa] 36/77: New variable easy-kill-base-map for customising key bindings, Leo Liu, 2014/04/05
- [elpa] 33/77: Support append kill for append-next-kill and easy-kill, Leo Liu, 2014/04/05
- [elpa] 34/77: Better support for defining commands that exit easy-kill, Leo Liu, 2014/04/05
- [elpa] 30/77: Merge pull request #6 from knu/usage-remap, Leo Liu, 2014/04/05
- [elpa] 32/77: Improve easy-kill-bounds-of-list, Leo Liu, 2014/04/05
- [elpa] 37/77: Make easy-kill-backward-up work better when in strings, Leo Liu, 2014/04/05