From: Stefan Monnier Date: Wed, 13 Oct 2004 17:04:45 +0000 (+0000) Subject: (vc-annotate-display-select): Fix typo. X-Git-Tag: ttn-vms-21-2-B4~4585 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=865c5d7658a9ac03c2a2be1fca1d2f53a471c178;p=emacs.git (vc-annotate-display-select): Fix typo. --- 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))