diff options
| -rw-r--r-- | lisp/vc.el | 2 |
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." | |||
| 3001 | (when buffer | 3001 | (when buffer |
| 3002 | (set-buffer buffer) | 3002 | (set-buffer buffer) |
| 3003 | (display-buffer buffer)) | 3003 | (display-buffer buffer)) |
| 3004 | (if (not vc-annotate-parent-ref) | 3004 | (if (not vc-annotate-parent-rev) |
| 3005 | (vc-annotate-mode)) | 3005 | (vc-annotate-mode)) |
| 3006 | (cond ((null vc-annotate-display-mode) | 3006 | (cond ((null vc-annotate-display-mode) |
| 3007 | (vc-annotate-display-default vc-annotate-ratio)) | 3007 | (vc-annotate-display-default vc-annotate-ratio)) |