aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/syntax.c')
-rw-r--r--src/syntax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax.c b/src/syntax.c
index 4f1bbb2d6b4..9959c17ad47 100644
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -2702,7 +2702,7 @@ scan_sexps_forward (stateptr, from, from_byte, end, targetdepth,
2702 int boundary_stop = commentstop == -1; 2702 int boundary_stop = commentstop == -1;
2703 int nofence; 2703 int nofence;
2704 int found; 2704 int found;
2705 int out_bytepos, out_charpos; 2705 EMACS_INT out_bytepos, out_charpos;
2706 int temp; 2706 int temp;
2707 2707
2708 prev_from = from; 2708 prev_from = from;