diff options
Diffstat (limited to 'lisp/vc-annotate.el')
-rw-r--r-- | lisp/vc-annotate.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/vc-annotate.el b/lisp/vc-annotate.el index 9f4592334a1..b297c5bf954 100644 --- a/lisp/vc-annotate.el +++ b/lisp/vc-annotate.el @@ -478,6 +478,9 @@ Return a cons (REV . FILENAME)." fname rev)) (vc-annotate-warp-revision prev-rev fname))))) +(defvar log-view-vc-backend) +(defvar log-view-vc-fileset) + (defun vc-annotate-show-log-revision-at-line () "Visit the log of the revision at line. If the VC backend supports it, only show the log entry for the revision. |