summaryrefslogtreecommitdiff
path: root/lisp/vc.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2004-10-13 17:04:45 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2004-10-13 17:04:45 +0000
commit865c5d7658a9ac03c2a2be1fca1d2f53a471c178 (patch)
treeda036110bb6a053ab291a36b0f6c949f2d9d2e63 /lisp/vc.el
parent9ce78f7c7b5f790289266e205282d3ea3c26dda9 (diff)
downloademacs-865c5d7658a9ac03c2a2be1fca1d2f53a471c178.tar.gz
(vc-annotate-display-select): Fix typo.
Diffstat (limited to 'lisp/vc.el')
-rw-r--r--lisp/vc.el2
1 files changed, 1 insertions, 1 deletions
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))