summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/vc-annotate.el3
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b3e7dbab5b5..91bc463f7ad 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2009-12-10 Glenn Morris <rgm@gnu.org>
+ * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
+ Define for compiler.
+
* mail/emacsbug.el (report-emacs-bug): Use whichever send command is
appropriate for the mail-user-agent in use.
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.