aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/syntax.c')
-rw-r--r--src/syntax.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/syntax.c b/src/syntax.c
index 5c38e92026e..edfdae22590 100644
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -3477,10 +3477,7 @@ internalize_parse_state (Lisp_Object external, struct lisp_parse_state *state)
3477 else 3477 else
3478 { 3478 {
3479 tem = Fcar (external); 3479 tem = Fcar (external);
3480 if (!NILP (tem)) 3480 state->depth = FIXNUMP (tem) ? XFIXNUM (tem) : 0;
3481 state->depth = XFIXNUM (tem);
3482 else
3483 state->depth = 0;
3484 3481
3485 external = Fcdr (external); 3482 external = Fcdr (external);
3486 external = Fcdr (external); 3483 external = Fcdr (external);