# HG changeset patch # User Thien-Thi Nguyen # Date 1099477269 0 # Node ID f6abcbacf62a851381663ed2b092c3a832aa2429 # Parent d6224ed60e43a1b9473ed36ed81e201330ccfd65 (vc-annotate-display-autoscale): Add prefix-arg spec in `interactive' form, and mention it in the docstring. diff -r d6224ed60e43 -r f6abcbacf62a lisp/vc.el --- a/lisp/vc.el Tue Nov 02 18:45:01 2004 +0000 +++ b/lisp/vc.el Wed Nov 03 10:21:09 2004 +0000 @@ -2896,9 +2896,9 @@ (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 +oldest annotation in the buffer, or, with prefix argument FULL, to cover the range from the oldest annotation to the newest." - (interactive) + (interactive "P") (let ((newest 0.0) (oldest 999999.) ;Any CVS users at the founding of Rome? (current (vc-annotate-convert-time (current-time)))