From: André Spiegel Date: Thu, 22 Jan 2004 23:37:46 +0000 (+0000) Subject: # X-Git-Tag: ttn-vms-21-2-B4~7849 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fe722d76d3fd8f68b5dd3baf578ec6356a00c147;p=emacs.git # --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9373f8aa984..51870739aa9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2004-01-23 Andre Spiegel + + * 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 * simple.el (line-at-pos): New defun.