From: Richard M. Stallman Date: Tue, 30 Oct 2001 01:54:19 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~19028 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b2304472681772a10f335a0c1e2f040037d2e085;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 91c6c69f918..dd8430ec342 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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