summaryrefslogtreecommitdiff
path: root/evil-pkg.el
diff options
context:
space:
mode:
authorFrank Fischer <frank-fischer@shadow-soft.de>2013-12-30 15:22:41 +0100
committerFrank Fischer <frank-fischer@shadow-soft.de>2013-12-30 15:22:41 +0100
commit6636c6b4c02a88192b26affc95a37757ffd52454 (patch)
tree40ce09ff094db6c9bf0a9d3926f53ab6cce7741a /evil-pkg.el
parent8ba7238603a6da6927560e144b5b7928337dab85 (diff)
depend on `goto-chg 1.6` instead of `goto-last-change` (fix #229)
`goto-chg` also provides the function `goto-last-change-reverse` and is not contained in the marmalade repo, so it is suitable as dependency for stable versions of Evil.
Diffstat (limited to 'evil-pkg.el')
-rw-r--r--evil-pkg.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/evil-pkg.el b/evil-pkg.el
index a8455b7..c80ec84 100644
--- a/evil-pkg.el
+++ b/evil-pkg.el
@@ -3,4 +3,4 @@
"1.0.8"
"Extensible Vi layer for Emacs."
'((undo-tree "0.6.3")
- (goto-last-change "1.2")))
+ (goto-chg "1.6")))