emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/vc.el


From: John Paul Wallington
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el
Date: Sun, 06 Jul 2003 15:08:13 -0400

Index: emacs/lisp/vc.el
diff -c emacs/lisp/vc.el:1.358 emacs/lisp/vc.el:1.359
*** emacs/lisp/vc.el:1.358      Sun Jul  6 13:28:12 2003
--- emacs/lisp/vc.el    Sun Jul  6 15:08:13 2003
***************
*** 7,13 ****
  ;; Maintainer: Andre Spiegel <address@hidden>
  ;; Keywords: tools
  
! ;; $Id: vc.el,v 1.358 2003/07/06 17:28:12 monnier Exp $
  
  ;; This file is part of GNU Emacs.
  
--- 7,13 ----
  ;; Maintainer: Andre Spiegel <address@hidden>
  ;; Keywords: tools
  
! ;; $Id: vc.el,v 1.359 2003/07/06 19:08:13 jpw Exp $
  
  ;; This file is part of GNU Emacs.
  
***************
*** 3029,3034 ****
--- 3029,3036 ----
    "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'.
***************
*** 3037,3044 ****
        (set (make-local-variable 'vc-annotate-color-map) 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)
--- 3039,3044 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]