]> git.eshelyaron.com Git - emacs.git/commitdiff
#
authorAndré Spiegel <spiegel@gnu.org>
Thu, 22 Jan 2004 23:37:46 +0000 (23:37 +0000)
committerAndré Spiegel <spiegel@gnu.org>
Thu, 22 Jan 2004 23:37:46 +0000 (23:37 +0000)
lisp/ChangeLog

index 9373f8aa98499ae439c7f6b097dd85b54b5f230e..51870739aa9ec124aeb711908fad53bc69ea4463 100644 (file)
@@ -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.