Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a4547405
Commit
a4547405
authored
Dec 07, 2004
by
Stefan Monnier
Browse files
(init_eval_once): Increase max_specpdl_size to 1000.
parent
be5472bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/eval.c
src/eval.c
+1
-1
No files found.
src/eval.c
View file @
a4547405
...
...
@@ -204,7 +204,7 @@ init_eval_once ()
specpdl_size
=
50
;
specpdl
=
(
struct
specbinding
*
)
xmalloc
(
specpdl_size
*
sizeof
(
struct
specbinding
));
specpdl_ptr
=
specpdl
;
max_specpdl_size
=
65
0
;
max_specpdl_size
=
100
0
;
max_lisp_eval_depth
=
300
;
Vrun_hooks
=
Qnil
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment