]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-annotate-display-select): Fix typo.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 13 Oct 2004 17:04:45 +0000 (17:04 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 13 Oct 2004 17:04:45 +0000 (17:04 +0000)
lisp/vc.el

index 3f5629052805b606036f1a53f7ca69d260a9c74f..a0d3d1cd4bef4ef9ee03c59f6c8573aae9b617bc 100644 (file)
@@ -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))