Mercurial > emacs
comparison src/ChangeLog @ 31537:6f330e666e31
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 11 Sep 2000 13:01:38 +0000 |
parents | 2914658cb414 |
children | b769954f58da |
comparison
equal
deleted
inserted
replaced
31536:76cf765a7dad | 31537:6f330e666e31 |
---|---|
1 2000-09-11 Gerd Moellmann <gerd@gnu.org> | 1 2000-09-11 Gerd Moellmann <gerd@gnu.org> |
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. | |
2 | 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. |
6 (syms_of_lread): Initialize Vloads_in_progress. | 10 (syms_of_lread): Initialize Vloads_in_progress. |