Mercurial > emacs
changeset 57479:5f1d886ba411
(vc-annotate-display-select): Fix typo.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 13 Oct 2004 17:04:45 +0000 |
parents | 3965acfc4e80 |
children | db7d00351c33 |
files | lisp/vc.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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))