changeset 53680:6b1881ea9daf

#
author André Spiegel <spiegel@gnu.org>
date Thu, 22 Jan 2004 23:37:46 +0000
parents 7a2e7bea75b0
children 206ba2723812
files lisp/ChangeLog
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Jan 22 23:34:33 2004 +0000
+++ b/lisp/ChangeLog	Thu Jan 22 23:37:46 2004 +0000
@@ -1,3 +1,10 @@
+2004-01-23  Andre Spiegel  <spiegel@gnu.org>
+
+	* vc.el (vc-current-line): Function removed.  This is now done by
+	the new function line-at-pos in simple.el.
+	(vc-annotate-warp-version): Use line-at-pos instead of
+	vc-current-line.
+
 2004-01-22  Kim F. Storm  <storm@cua.dk>
 
 	* simple.el (line-at-pos): New defun.