summaryrefslogtreecommitdiff
path: root/lisp/vc-svn.el
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2008-06-25 02:45:50 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2008-06-25 02:45:50 +0000
commite53ac7180fb7c29d7577a7b93f28e3de00e65e16 (patch)
tree1436e039c8aa715bd2798197a7cfac266bfd297e /lisp/vc-svn.el
parentc042d659c1639b2c425f56dcfe7ab34dcc2da397 (diff)
downloademacs-e53ac7180fb7c29d7577a7b93f28e3de00e65e16.tar.gz
(vc-annotate-parent-rev): Pacify byte compiler.
Diffstat (limited to 'lisp/vc-svn.el')
-rw-r--r--lisp/vc-svn.el2
1 files changed, 2 insertions, 0 deletions
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))