Function: vc-git-stash-show-at-point
vc-git-stash-show-at-point is an interactive and byte-compiled
function defined in vc-git.el.gz.
Signature
(vc-git-stash-show-at-point)
Documentation
Show the stash at point.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/vc/vc-git.el.gz
(defun vc-git-stash-show-at-point ()
"Show the stash at point."
(interactive)
(vc-git-stash-show (format "stash@%s" (vc-git-stash-get-at-point (point)))))