# HG changeset patch # User Dan Nicolaescu # Date 1214361950 0 # Node ID 8c22ce277d5d177179a7141b965ea0c108bfbd5c # Parent a4c4b4d1390254d96fedb307c6a3b37710361404 (vc-annotate-parent-rev): Pacify byte compiler. diff -r a4c4b4d13902 -r 8c22ce277d5d lisp/ChangeLog --- 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 + + * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler. + 2008-06-25 Andreas Schwab * faces.el (face-font-family-alternatives, variable-pitch): Use diff -r a4c4b4d13902 -r 8c22ce277d5d lisp/vc-svn.el --- 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))