# HG changeset patch # User Richard M. Stallman # Date 1004406859 0 # Node ID 764254527059b07f5d3012ddc699520016933f95 # Parent 25269c1f7a10fbfd1be89acf2da16ceb834a0f8b *** empty log message *** diff -r 25269c1f7a10 -r 764254527059 src/ChangeLog --- 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 + * 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