mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-11 14:01:43 -08:00
Add a comment as to why max-lisp-eval-depth is set in -tests.el
This commit is contained in:
parent
b001edf162
commit
9a6d8a4cf2
1 changed files with 2 additions and 0 deletions
|
|
@ -29,6 +29,8 @@
|
|||
(setq use-package-always-ensure nil
|
||||
use-package-verbose 'errors
|
||||
use-package-expand-minimally t
|
||||
;; These are needed for certain tests below where the `pcase' match
|
||||
;; expression is large and contains holes, such as the :after tests.
|
||||
max-lisp-eval-depth 8000
|
||||
max-specpdl-size 8000)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue