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: Thien-Thi Nguyen
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el
Date: Wed, 03 Nov 2004 05:26:57 -0500

Index: emacs/lisp/vc.el
diff -c emacs/lisp/vc.el:1.382 emacs/lisp/vc.el:1.383
*** emacs/lisp/vc.el:1.382      Sat Oct 23 19:52:17 2004
--- emacs/lisp/vc.el    Wed Nov  3 10:21:09 2004
***************
*** 2896,2904 ****
  (defun vc-annotate-display-autoscale (&optional full)
    "Highlight the output of \\[vc-annotate] using an autoscaled color map.
  Autoscaling means that the map is scaled from the current time to the
! oldest annotation in the buffer, or, with argument FULL non-nil, to
  cover the range from the oldest annotation to the newest."
!   (interactive)
    (let ((newest 0.0)
        (oldest 999999.)                ;Any CVS users at the founding of Rome?
        (current (vc-annotate-convert-time (current-time)))
--- 2896,2904 ----
  (defun vc-annotate-display-autoscale (&optional full)
    "Highlight the output of \\[vc-annotate] using an autoscaled color map.
  Autoscaling means that the map is scaled from the current time to the
! oldest annotation in the buffer, or, with prefix argument FULL, to
  cover the range from the oldest annotation to the newest."
!   (interactive "P")
    (let ((newest 0.0)
        (oldest 999999.)                ;Any CVS users at the founding of Rome?
        (current (vc-annotate-convert-time (current-time)))




reply via email to

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