]> git.eshelyaron.com Git - emacs.git/commitdiff
Add vc-git-stash-pop to vc-dir-git-mode
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 7 Dec 2021 07:06:12 +0000 (08:06 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 7 Dec 2021 07:06:16 +0000 (08:06 +0100)
* lisp/vc/vc-git.el (vc-dir-git-mode-map): Add vc-git-stash-pop
(bug#52158).

lisp/vc/vc-git.el

index 3ceed365ee052486d4b8d4cc7d9732609960d899..5c6a39aec960a26cc75803dcf22b725fa258ea70 100644 (file)
@@ -1874,7 +1874,8 @@ Returns nil if not possible."
 
 (defvar-keymap vc-dir-git-mode-map
   "z c" #'vc-git-stash
-  "z s" #'vc-git-stash-snapshot)
+  "z s" #'vc-git-stash-snapshot
+  "z p" #'vc-git-stash-pop)
 
 (define-minor-mode vc-dir-git-mode
   "A minor mode for git-specific commands in `vc-dir-mode' buffers.