+2003-07-06 John Paul Wallington <jpw@gnu.org>
+
+ * vc.el (vc-annotate-offset): Move defvar up.
+
2003-07-06 Kim F. Storm <storm@cua.dk>
* info.el (Info-menu-entry-name-re): Add `:' to second [] part.
;; Maintainer: Andre Spiegel <spiegel@gnu.org>
;; Keywords: tools
-;; $Id: vc.el,v 1.357 2003/06/30 10:34:26 rms Exp $
+;; $Id: vc.el,v 1.358 2003/07/06 17:28:12 monnier Exp $
;; This file is part of GNU Emacs.
"Return the current time, encoded as fractional days."
(vc-annotate-convert-time (current-time)))
+(defvar vc-annotate-offset nil)
+
(defun vc-annotate-display (&optional color-map offset)
"Highlight `vc-annotate' output in the current buffer.
COLOR-MAP, if present, overrides `vc-annotate-color-map'.
(set (make-local-variable 'vc-annotate-offset) offset)
(font-lock-mode 1))
-(defvar vc-annotate-offset nil)
-
(defun vc-annotate-lines (limit)
(let (difference)
(while (and (< (point) limit)