Mercurial > emacs
changeset 51764:3c3b6501b4f1
(vc-annotate-offset): Move defvar up.
author | John Paul Wallington <jpw@pobox.com> |
---|---|
date | Sun, 06 Jul 2003 19:08:13 +0000 |
parents | 9bed85715c41 |
children | 0b77dff686e7 |
files | lisp/vc.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/vc.el Sun Jul 06 18:42:55 2003 +0000 +++ b/lisp/vc.el Sun Jul 06 19:08:13 2003 +0000 @@ -7,7 +7,7 @@ ;; 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. @@ -3029,6 +3029,8 @@ "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'. @@ -3038,8 +3040,6 @@ (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)