comparison lisp/ChangeLog @ 53680:6b1881ea9daf

#
author André Spiegel <spiegel@gnu.org>
date Thu, 22 Jan 2004 23:37:46 +0000
parents 39002dae1bb3
children f58a3ce5a982
comparison
equal deleted inserted replaced
53679:7a2e7bea75b0 53680:6b1881ea9daf
1 2004-01-23 Andre Spiegel <spiegel@gnu.org>
2
3 * vc.el (vc-current-line): Function removed. This is now done by
4 the new function line-at-pos in simple.el.
5 (vc-annotate-warp-version): Use line-at-pos instead of
6 vc-current-line.
7
1 2004-01-22 Kim F. Storm <storm@cua.dk> 8 2004-01-22 Kim F. Storm <storm@cua.dk>
2 9
3 * simple.el (line-at-pos): New defun. 10 * simple.el (line-at-pos): New defun.
4 (what-line): Use it. Optimize by only counting lines in narrowed 11 (what-line): Use it. Optimize by only counting lines in narrowed
5 region once. 12 region once.