Miles Bader <
miles@...> writes:
> [Incidentally, one thing that definitely _should_ work, but doesn't, is
> that "C-x v l" in a dired buffer...]
If you add this to the cond in vc-deduce-fileset chances are that it
would work (not tested at all, and it has not error handling in case you
are not in a VC controlled directory)
((derived-mode-p 'dired-mode)
(list (vc-responsible-backend default-directory)
default-directory))