Mercurial > emacs
comparison src/ChangeLog @ 30928:9747d7fb3ba9
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 17 Aug 2000 20:27:27 +0000 |
parents | 27d71c4b6de1 |
children | 80071f806f38 |
comparison
equal
deleted
inserted
replaced
30927:5c0b3d6959c4 | 30928:9747d7fb3ba9 |
---|---|
1 2000-08-17 Gerd Moellmann <gerd@gnu.org> | |
2 | |
3 * fileio.c (build_annotations): Add a comment explaining the | |
4 return value of format-annotate-function. Replace a spurious call | |
5 to Flength with a CONSP test. Call format-annotate-function with | |
6 a fifth arg specifying how many times the function is been called | |
7 in a row, to let it choose temporary buffers appropriately. | |
8 | |
1 2000-08-17 Dave Love <fx@gnu.org> | 9 2000-08-17 Dave Love <fx@gnu.org> |
2 | 10 |
3 * lisp.h: Remove DECLARE_INTERVALS, INITIALIZE_INTERVAL. Don't | 11 * lisp.h: Remove DECLARE_INTERVALS, INITIALIZE_INTERVAL. Don't |
4 declare make_temp_name twice. | 12 declare make_temp_name twice. |
5 | 13 |