From f4769888b8f7c86db58c449b7608604a1a629905 Mon Sep 17 00:00:00 2001 From: James Thomas Date: Fri, 23 Aug 2024 10:43:39 +0530 Subject: [PATCH] Keep local keymap out of vc-git-stash-get-at-point * lisp/vc/vc-git.el (vc-git-stash-get-at-point): Make the change. --- lisp/vc/vc-git.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/vc/vc-git.el b/lisp/vc/vc-git.el index e8257c5dbd0..1133424edeb 100644 --- a/lisp/vc/vc-git.el +++ b/lisp/vc/vc-git.el @@ -2135,7 +2135,7 @@ vc-git-stash-get-at-point (goto-char point) (beginning-of-line) (if (looking-at "^ +\\({[0-9]+}\\):") - (match-string 1) + (match-string-no-properties 1) (error "Cannot find stash at point")))) ;; vc-git-stash-delete-at-point must be called from a vc-dir buffer. -- 2.43.0