]> git.eshelyaron.com Git - emacs.git/commit
Prompt just once when deleting multiple files with C-x v v
authorSean Whitton <spwhitton@spwhitton.name>
Mon, 9 Jun 2025 11:13:06 +0000 (12:13 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 18 Jun 2025 08:01:21 +0000 (10:01 +0200)
commit54a6d95c76d31c2e899f01e88a9d687d9d83119a
tree33fff642b8ff4fc6a4396e4553291039815ae21d
parent6898f68a51ae78db51e383d73d68c1b963d423cc
Prompt just once when deleting multiple files with C-x v v

* lisp/vc/vc.el (vc-delete-file): Accept lists of files in
addition to single files.
(vc-next-action): Call vc-delete-file once for all the files.

(cherry picked from commit d660ed0b4cdd59c4ba1b61a2e6384dc485ef0dea)
lisp/vc/vc.el