+2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
+
+ * vc.el (vc-annotate-display-autoscale): Add prefix-arg
+ spec in `interactive' form, and mention it in the docstring.
+
2004-11-02 Richard M. Stallman <rms@gnu.org>
* emacs-lisp/elp.el (elp-instrument-function):
find-file-existing. Add "New File..." that calls find-file.
* diropen.pbm diropen.xpm: New files.
-
+
* toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
icon diropen. New tool bar item find-file-existing uses icon open.
(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)))