]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/loadup.el (max-lisp-eval-depth): Bump up a bit
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 24 Mar 2025 21:31:35 +0000 (17:31 -0400)
committerEshel Yaron <me@eshelyaron.com>
Tue, 25 Mar 2025 18:19:39 +0000 (19:19 +0100)
This is to accommodate the deep backquoted thingy in `cus-start.el`.

(cherry picked from commit cf6d0b48d83ce93e792ef60f6f55f61ebb6f30cf)

lisp/loadup.el

index 3d571315672c5c02effd5d005a8f1c4576fc50a5..a347c48a95e59ca7cb4b76f78f48d00a06a0441e 100644 (file)
       ;; During bootstrapping the byte-compiler is run interpreted
       ;; when compiling itself, which uses a lot more stack
       ;; than usual.
-      (setq max-lisp-eval-depth (max max-lisp-eval-depth 3400))))
+      (setq max-lisp-eval-depth (max max-lisp-eval-depth 4000))))
 
 (message "Using load-path %s" load-path)