changeset 106517:badae536951d

(log-view-vc-backend, log-view-vc-fileset): Define for compiler.
author Glenn Morris <rgm@gnu.org>
date Thu, 10 Dec 2009 08:24:41 +0000
parents 16c633230547
children c22556bde650
files lisp/ChangeLog lisp/vc-annotate.el
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Dec 10 08:17:15 2009 +0000
+++ b/lisp/ChangeLog	Thu Dec 10 08:24:41 2009 +0000
@@ -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.
 
--- a/lisp/vc-annotate.el	Thu Dec 10 08:17:15 2009 +0000
+++ b/lisp/vc-annotate.el	Thu Dec 10 08:24:41 2009 +0000
@@ -478,6 +478,9 @@
                                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.