1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

New command vc-working-tree-switch-project (bug#79024)

* lisp/vc/vc.el (vc-working-tree-switch-project): New command.
* lisp/vc/vc-hooks.el (vc-prefix-map): Bind it to C-x v w s.
* doc/emacs/vc1-xtra.texi (Other Working Trees):
* etc/NEWS: Document it.
This commit is contained in:
Sean Whitton 2025-08-10 11:22:15 +01:00
parent e79f38b662
commit 38c5742cba
4 changed files with 39 additions and 7 deletions

View file

@ -968,6 +968,7 @@ In the latter case, VC mode is deactivated for this buffer."
"!" #'vc-edit-next-command
"w c" #'vc-add-working-tree
"w w" #'vc-switch-working-tree
"w s" #'vc-working-tree-switch-project
"w x" #'vc-delete-working-tree
"w R" #'vc-move-working-tree)
(fset 'vc-prefix-map vc-prefix-map)