Mercurial > emacs
diff src/ChangeLog @ 40473:764254527059
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 30 Oct 2001 01:54:19 +0000 |
parents | a74c46e44b13 |
children | 8c17e2ae6bf5 |
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>