bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#6487: using vc-annotate-find-revision-at-line for renamed/removed fi


From: Stefan Monnier
Subject: bug#6487: using vc-annotate-find-revision-at-line for renamed/removed files
Date: Tue, 22 Jun 2010 02:33:51 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> vc-annotate-find-revision-at-line knows what VC backend it needs to
> call, so it could pass it as an optional argument to vc-find-revision.

Indeed, vc-call relies on `vc-backend' which we usually should try to
avoid calling (since usually the context already tells us which backend
to use and using another one would actually be an error).


        Stefan






reply via email to

[Prev in Thread] Current Thread [Next in Thread]