diff options
| author | Yuuki Harano | 2021-03-08 21:20:54 +0900 |
|---|---|---|
| committer | Yuuki Harano | 2021-03-08 21:20:54 +0900 |
| commit | 4dda6db3abf4a67455a007d28e14d62a9909f665 (patch) | |
| tree | 88d4e316e81f5bdd8b6801ff89ea68cd164e4055 /src/eval.c | |
| parent | 565995d408ca65ec9f981f175cca29d2164a5fd0 (diff) | |
| parent | 432c1aaa80ce109250a93f50858a03ce3d01ca34 (diff) | |
| download | emacs-4dda6db3abf4a67455a007d28e14d62a9909f665.tar.gz emacs-4dda6db3abf4a67455a007d28e14d62a9909f665.zip | |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtk
Diffstat (limited to 'src/eval.c')
| -rw-r--r-- | src/eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c index 542d7f686e6..ddaa8edd817 100644 --- a/src/eval.c +++ b/src/eval.c | |||
| @@ -219,7 +219,7 @@ void | |||
| 219 | init_eval_once (void) | 219 | init_eval_once (void) |
| 220 | { | 220 | { |
| 221 | /* Don't forget to update docs (lispref node "Local Variables"). */ | 221 | /* Don't forget to update docs (lispref node "Local Variables"). */ |
| 222 | max_specpdl_size = 1600; /* 1500 is not enough for cl-generic.el. */ | 222 | max_specpdl_size = 1800; /* See bug#46818. */ |
| 223 | max_lisp_eval_depth = 800; | 223 | max_lisp_eval_depth = 800; |
| 224 | Vrun_hooks = Qnil; | 224 | Vrun_hooks = Qnil; |
| 225 | pdumper_do_now_and_after_load (init_eval_once_for_pdumper); | 225 | pdumper_do_now_and_after_load (init_eval_once_for_pdumper); |