changeset 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 a4c4b4d13902
children 1c3bafe6e816
files lisp/ChangeLog lisp/vc-svn.el
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Jun 25 02:45:09 2008 +0000
+++ b/lisp/ChangeLog	Wed Jun 25 02:45:50 2008 +0000
@@ -1,3 +1,7 @@
+2008-06-25  Dan Nicolaescu  <dann@ics.uci.edu>
+
+	* vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
+
 2008-06-25  Andreas Schwab  <schwab@suse.de>
 
 	* faces.el (face-font-family-alternatives, variable-pitch): Use
--- 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))