# HG changeset patch # User Stefan Monnier # Date 1097687085 0 # Node ID 5f1d886ba4118fa540264b2a45e60c5d49e86c54 # Parent 3965acfc4e80c79cb48127aa849af8ceca46cfba (vc-annotate-display-select): Fix typo. diff -r 3965acfc4e80 -r 5f1d886ba411 lisp/vc.el --- a/lisp/vc.el Wed Oct 13 17:00:13 2004 +0000 +++ b/lisp/vc.el Wed Oct 13 17:04:45 2004 +0000 @@ -3001,7 +3001,7 @@ (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))