aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2015-08-14 13:09:49 +0200
committerJonas Bernoulli <jonas@bernoul.li>2015-08-14 13:09:49 +0200
commitd247e0a37104ae8ff01018e6683421729d61205c (patch)
treef35a84ed620c7f6af84c539b1b6cb26bf19b4f2f /lisp
parent87f2dcf021037d234d8d51d400dfb038201c2cdf (diff)
magit-stash-popup: use magit-wip-commit action
instead of `magit-wip-save', which no longer exists.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/magit-stash.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/magit-stash.el b/lisp/magit-stash.el
index c00bcdd..862f335 100644
--- a/lisp/magit-stash.el
+++ b/lisp/magit-stash.el
@@ -48,7 +48,7 @@
(?W "Snapshot worktree" magit-snapshot-worktree)
(?l "List" magit-stash-list)
(?x "Save keeping index" magit-stash-keep-index)
- (?r "Snapshot to wipref" magit-wip-save)
+ (?r "Snapshot to wipref" magit-wip-commit)
(?v "Show" magit-stash-show)
(?b "Branch" magit-stash-branch)
(?k "Drop" magit-stash-drop))