Function: vc-git-stash-menu
vc-git-stash-menu is an interactive and byte-compiled function defined
in vc-git.el.gz.
Signature
(vc-git-stash-menu E)
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/vc/vc-git.el.gz
(defun vc-git-stash-menu (e)
(interactive "e")
(vc-dir-at-event e (popup-menu vc-git-stash-menu-map e)))