changeset 57904:f6abcbacf62a

(vc-annotate-display-autoscale): Add prefix-arg spec in `interactive' form, and mention it in the docstring.
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Wed, 03 Nov 2004 10:21:09 +0000
parents d6224ed60e43
children 45788a7174a4
files lisp/vc.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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)))