From 9bc04b001ac93bd926715b1a9aac0b8e4e46b1ae Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 13 May 2026 13:15:23 +0100 Subject: [PATCH] vc-next-action: Call vc-delete-file on FILESET-ONLY-FILES * lisp/vc/vc.el (vc-next-action): Call vc-delete-file on FILESET-ONLY-FILES, not FILES (bug#80998). --- lisp/vc/vc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el index 4a6ae7e4290..8f0e9e5bdc4 100644 --- a/lisp/vc/vc.el +++ b/lisp/vc/vc.el @@ -1719,7 +1719,7 @@ from which to check out the file(s)." (t (vc-register vc-fileset)))) ((eq state 'missing) - (vc-delete-file files)) + (vc-delete-file fileset-only-files)) ;; Files are up-to-date, or need a merge and user specified a revision ((or (eq state 'up-to-date) (and verbose (eq state 'needs-update))) (cond