summaryrefslogtreecommitdiff
path: root/evil-pkg.el
diff options
context:
space:
mode:
authorFrank Fischer <frank-fischer@shadow-soft.de>2013-11-26 20:03:48 +0100
committerFrank Fischer <frank-fischer@shadow-soft.de>2013-11-26 20:03:48 +0100
commit96047b6c1a17f4232aa71ff70c9ff33363ab2608 (patch)
treedcb72d9da787f4f4118104dcb8ae2fe3f08a4ea8 /evil-pkg.el
parentf69e7a4506749d5505c848bda0002bd27f847d3f (diff)
Add dependency on `goto-last-change` 1.2
Diffstat (limited to 'evil-pkg.el')
-rw-r--r--evil-pkg.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/evil-pkg.el b/evil-pkg.el
index c7aae45..8ba0def 100644
--- a/evil-pkg.el
+++ b/evil-pkg.el
@@ -2,4 +2,5 @@
"evil"
"1.0.7"
"Extensible Vi layer for Emacs."
- '((undo-tree "0.5.1")))
+ '((undo-tree "0.6.3")
+ (goto-last-change "1.2")))