changeset 40473:764254527059

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 30 Oct 2001 01:54:19 +0000
parents 25269c1f7a10
children e8c25a61215d
files src/ChangeLog
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Tue Oct 30 00:34:18 2001 +0000
+++ b/src/ChangeLog	Tue Oct 30 01:54:19 2001 +0000
@@ -1,5 +1,11 @@
 2001-10-29  Richard M. Stallman  <rms@gnu.org>
 
+	* fns.c (Frequire): Detect recursive try to require the same
+	feature 3 or more levels deep, and get error.
+	(require_unwind): New subroutine.
+	(require_nesting_list): New variable.
+	(syms_of_fns): Init and staticpro it.
+
 	* print.c (print_object): Clarify indication of insertion type.
 
 2001-10-29  Eli Zaretskii  <eliz@is.elta.co.il>