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 9065b2d2bcd..6a0adc248da 100644 --- a/lisp/vc.el +++ b/lisp/vc.el | |||
| @@ -3333,7 +3333,7 @@ revision." | |||
| 3333 | vc-annotate-parent-display-mode | 3333 | vc-annotate-parent-display-mode |
| 3334 | buf) | 3334 | buf) |
| 3335 | (goto-line (min oldline (progn (goto-char (point-max)) | 3335 | (goto-line (min oldline (progn (goto-char (point-max)) |
| 3336 | (previous-line) | 3336 | (forward-line -1) |
| 3337 | (line-number-at-pos))) buf))))) | 3337 | (line-number-at-pos))) buf))))) |
| 3338 | 3338 | ||
| 3339 | (defun vc-annotate-compcar (threshold a-list) | 3339 | (defun vc-annotate-compcar (threshold a-list) |