diff lisp/vc-svn.el @ 96252:8c22ce277d5d

(vc-annotate-parent-rev): Pacify byte compiler.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 25 Jun 2008 02:45:50 +0000
parents 243cf028ce86
children 343227fc64ed
line wrap: on
line diff
--- a/lisp/vc-svn.el	Wed Jun 25 02:45:09 2008 +0000
+++ b/lisp/vc-svn.el	Wed Jun 25 02:45:50 2008 +0000
@@ -670,6 +670,8 @@
   ;; Arbitrarily assume 10 commmits per day.
   (/ (string-to-number rev) 10.0))
 
+(defvar vc-annotate-parent-rev)
+
 (defun vc-svn-annotate-current-time ()
   (vc-svn-annotate-time-of-rev vc-annotate-parent-rev))