]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Tue, 30 Oct 2001 01:54:19 +0000 (01:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 30 Oct 2001 01:54:19 +0000 (01:54 +0000)
src/ChangeLog

index 91c6c69f918ad16147f349039c824f6b42493710..dd8430ec3421af5512042f8326f5d16d4c61385b 100644 (file)
@@ -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>