aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-09-11 13:01:38 +0000
committerGerd Moellmann2000-09-11 13:01:38 +0000
commitf74b07059d4bd017536a77a792b0575d6c2f1a1b (patch)
tree5b7634e63c0bee072a725680888d8727118a047e /src/ChangeLog
parent7ee3bd7bf87ccceed644415da2d45f8a1e7b15f4 (diff)
downloademacs-f74b07059d4bd017536a77a792b0575d6c2f1a1b.tar.gz
emacs-f74b07059d4bd017536a77a792b0575d6c2f1a1b.zip
(init_lread): Set Vloads_in_progress to nil.
(Fload): Show list of recursively loaded files, when signaling an error.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
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 @@
12000-09-11 Gerd Moellmann <gerd@gnu.org> 12000-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.