diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-06-25 02:45:50 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-06-25 02:45:50 +0000 |
commit | e53ac7180fb7c29d7577a7b93f28e3de00e65e16 (patch) | |
tree | 1436e039c8aa715bd2798197a7cfac266bfd297e /lisp/vc-svn.el | |
parent | c042d659c1639b2c425f56dcfe7ab34dcc2da397 (diff) | |
download | emacs-e53ac7180fb7c29d7577a7b93f28e3de00e65e16.tar.gz |
(vc-annotate-parent-rev): Pacify byte compiler.
Diffstat (limited to 'lisp/vc-svn.el')
-rw-r--r-- | lisp/vc-svn.el | 2 |
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)) |