From e53ac7180fb7c29d7577a7b93f28e3de00e65e16 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Wed, 25 Jun 2008 02:45:50 +0000 Subject: [PATCH] (vc-annotate-parent-rev): Pacify byte compiler. --- lisp/ChangeLog | 4 ++++ lisp/vc-svn.el | 2 ++ 2 files changed, 6 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 585b4b3ebe3..cfcab7b773c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/vc-svn.el b/lisp/vc-svn.el index a311c5e1cae..a0ff184a7a0 100644 --- a/lisp/vc-svn.el +++ b/lisp/vc-svn.el @@ -670,6 +670,8 @@ information about FILENAME and return its status." ;; 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)) -- 2.39.5