aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/syntax.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/syntax.c b/src/syntax.c
index 46f9ddd77e2..b6f2da23fc9 100644
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -614,6 +614,7 @@ between them, return t; otherwise return nil.")
614 if (from == stop) 614 if (from == stop)
615 { 615 {
616 SET_PT (from); 616 SET_PT (from);
617 immediate_quit = 0;
617 return Qnil; 618 return Qnil;
618 } 619 }
619 c = FETCH_CHAR (from); 620 c = FETCH_CHAR (from);