On 26/11/21 13:40, Dmitry Gutov wrote: > Hi! > > Does this help? > > diff --git a/lisp/vc/vc-git.el b/lisp/vc/vc-git.el > index 3f89fad235..24c4535ed1 100644 > --- a/lisp/vc/vc-git.el > +++ b/lisp/vc/vc-git.el > @@ -1685,7 +1685,7 @@ vc-git-stash-read >    (let ((stash (completing-read >                   prompt >                   (split-string > -                  (or (vc-git--run-command-string nil "stash" "list") "") "\n") > +                  (or (vc-git--run-command-string nil "stash" "list") "") "\n" t) >                   nil :require-match nil 'vc-git-stash-read-history))) >      (if (string-equal stash "") >          (user-error "Not a stash") Yes, see attached screenshot. Thanks a lot. -- Manuel Uberti www.manueluberti.eu