[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/vc.el
From: |
Richard M. Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/vc.el |
Date: |
Fri, 23 Dec 2005 16:22:31 +0000 |
Index: emacs/lisp/vc.el
diff -u emacs/lisp/vc.el:1.408 emacs/lisp/vc.el:1.409
--- emacs/lisp/vc.el:1.408 Fri Dec 23 04:57:27 2005
+++ emacs/lisp/vc.el Fri Dec 23 16:22:31 2005
@@ -2936,6 +2936,10 @@
(if ratio (vc-annotate-time-span vc-annotate-color-map ratio)))
(message "Redisplaying annotation...done"))
+(defun vc-annotate-car-last-cons (a-list)
+ "Return car of last cons in association list A-LIST."
+ (caar (last a-list)))
+
(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
@@ -3239,10 +3243,6 @@
(previous-line)
(line-number-at-pos))))))))
-(defun vc-annotate-car-last-cons (a-list)
- "Return car of last cons in association list A-LIST."
- (caar (last a-list)))
-
(defun vc-annotate-time-span (a-list span &optional quantize)
"Apply factor SPAN to the time-span of association list A-LIST.
Return the new alist.