diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c7fc236b495..96eb512983a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2000-09-11 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-09-11 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * lread.c (init_lread): Set Vloads_in_progress to nil. | ||
| 4 | (Fload): Show list of recursively loaded files, when signaling an | ||
| 5 | error. | ||
| 6 | |||
| 3 | * lread.c (Vloads_in_progress): New variable. | 7 | * lread.c (Vloads_in_progress): New variable. |
| 4 | (record_load_unwind): New function. | 8 | (record_load_unwind): New function. |
| 5 | (Fload): Check for recursive loads. | 9 | (Fload): Check for recursive loads. |