mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-03 19:03:24 +00:00
lisp/loadup.el (max-lisp-eval-depth): Bump up a bit
This is to accommodate the deep backquoted thingy in `cus-start.el`.
This commit is contained in:
parent
f66c92a793
commit
cf6d0b48d8
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@
|
|||
;; 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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue