diff options
| author | Kim F. Storm | 2004-01-22 20:42:52 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-01-22 20:42:52 +0000 |
| commit | f076870ac39d43bd070cb3c8666a6837dc7ae4be (patch) | |
| tree | f1080dec1e4e893ffca6ce136914b76dacf10805 /lisp/ChangeLog | |
| parent | 455316e213b0cadbba0545a095243f90e242d16a (diff) | |
| download | emacs-f076870ac39d43bd070cb3c8666a6837dc7ae4be.tar.gz emacs-f076870ac39d43bd070cb3c8666a6837dc7ae4be.zip | |
(line-at-pos): New defun.
(what-line): Use it. Optimize by only counting lines in narrowed region once.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0073e5143ab..9373f8aa984 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2004-01-22 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * simple.el (line-at-pos): New defun. | ||
| 4 | (what-line): Use it. Optimize by only counting lines in narrowed | ||
| 5 | region once. | ||
| 6 | |||
| 1 | 2004-01-22 Kenichi Handa <handa@m17n.org> | 7 | 2004-01-22 Kenichi Handa <handa@m17n.org> |
| 2 | 8 | ||
| 3 | * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange | 9 | * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange |