/[emacs]/emacs/lisp/vc.el
ViewVC logotype

Diff of /emacs/lisp/vc.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.382 by kai, Sat Oct 23 19:52:17 2004 UTC revision 1.383 by ttn, Wed Nov 3 10:21:09 2004 UTC
# Line 2896  if present.  The current time is used as Line 2896  if present.  The current time is used as
2896  (defun vc-annotate-display-autoscale (&optional full)  (defun vc-annotate-display-autoscale (&optional full)
2897    "Highlight the output of \\[vc-annotate] using an autoscaled color map.    "Highlight the output of \\[vc-annotate] using an autoscaled color map.
2898  Autoscaling means that the map is scaled from the current time to the  Autoscaling means that the map is scaled from the current time to the
2899  oldest annotation in the buffer, or, with argument FULL non-nil, to  oldest annotation in the buffer, or, with prefix argument FULL, to
2900  cover the range from the oldest annotation to the newest."  cover the range from the oldest annotation to the newest."
2901    (interactive)    (interactive "P")
2902    (let ((newest 0.0)    (let ((newest 0.0)
2903          (oldest 999999.)                ;Any CVS users at the founding of Rome?          (oldest 999999.)                ;Any CVS users at the founding of Rome?
2904          (current (vc-annotate-convert-time (current-time)))          (current (vc-annotate-convert-time (current-time)))

Legend:
Removed from v.1.382  
changed lines
  Added in v.1.383

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26