]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_lread)<recursive-load-depth-limit>: Raise to
authorGerd Moellmann <gerd@gnu.org>
Tue, 23 Oct 2001 14:10:43 +0000 (14:10 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 23 Oct 2001 14:10:43 +0000 (14:10 +0000)
50.

src/lread.c

index 735d9000fae7c74e321b3bd4d9b514c248c1a496..9469ddc47eac9be13a60fe79148885972bc60c03 100644 (file)
@@ -3618,7 +3618,7 @@ to load.  See also `load-dangerous-libraries'.");
     "Limit for depth of recursive loads.\n\
 Value should be either an integer > 0 specifying the limit, or nil for\n\
 no limit.");
-  Vrecursive_load_depth_limit = make_number (10);
+  Vrecursive_load_depth_limit = make_number (50);
 
   /* Vsource_directory was initialized in init_lread.  */