]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-annotate-parent-rev): Pacify byte compiler.
authorDan Nicolaescu <dann@ics.uci.edu>
Wed, 25 Jun 2008 02:45:50 +0000 (02:45 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Wed, 25 Jun 2008 02:45:50 +0000 (02:45 +0000)
lisp/ChangeLog
lisp/vc-svn.el

index 585b4b3ebe3a8eadb80a3864a9b3524f8d7cf7f7..cfcab7b773c38bb6e1152ca4758fcad5e5d71a74 100644 (file)
@@ -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
index a311c5e1cae9168dbcd50a652828da446fbc39c9..a0ff184a7a0c06c40b1873690bdbec65587d79c3 100644 (file)
@@ -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))