We need a test to figure out whether Emacs supports asynchronous annotations (not yet available in CVS). Signed-off-by: David Kastrup <dak@xxxxxxx> --- contrib/emacs/vc-git.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/contrib/emacs/vc-git.el b/contrib/emacs/vc-git.el index d7ad314..c3f30ad 100644 --- a/contrib/emacs/vc-git.el +++ b/contrib/emacs/vc-git.el @@ -185,7 +185,7 @@ Returns nil if not possible." Optional arg VERSION is a version to annotate from." (let ((coding-system-for-read git-commits-coding-system)) (vc-do-command buffer - 'async + 0 "git" file "blame" (or version "HEAD") "--"))) -- 1.4.4.2 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html