From 865c5d7658a9ac03c2a2be1fca1d2f53a471c178 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Wed, 13 Oct 2004 17:04:45 +0000 Subject: [PATCH] (vc-annotate-display-select): Fix typo. --- lisp/vc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/vc.el b/lisp/vc.el index 3f562905280..a0d3d1cd4be 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -3001,7 +3001,7 @@ use; you may override this using the second optional arg MODE." (when buffer (set-buffer buffer) (display-buffer buffer)) - (if (not vc-annotate-parent-ref) + (if (not vc-annotate-parent-rev) (vc-annotate-mode)) (cond ((null vc-annotate-display-mode) (vc-annotate-display-default vc-annotate-ratio)) -- 2.39.5