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
538f78c3
Commit
538f78c3
authored
Jul 21, 2005
by
Andreas Schwab
Browse files
(restore_stack_limits): Return a value.
parent
4880a274
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
src/ChangeLog
src/ChangeLog
+4
-0
src/eval.c
src/eval.c
+1
-0
No files found.
src/ChangeLog
View file @
538f78c3
2005-07-21 Andreas Schwab <schwab@suse.de>
* eval.c (restore_stack_limits): Return a value.
2005-07-20 Juanma Barranquero <lekktu@gmail.com>
* eval.c (Fdefvar): Doc fix.
...
...
src/eval.c
View file @
538f78c3
...
...
@@ -235,6 +235,7 @@ restore_stack_limits (data)
{
max_specpdl_size
=
XINT
(
XCAR
(
data
));
max_lisp_eval_depth
=
XINT
(
XCDR
(
data
));
return
Qnil
;
}
/* Call the Lisp debugger, giving it argument ARG. */
...
...
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