diff options
Diffstat (limited to 'src/syntax.c')
| -rw-r--r-- | src/syntax.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/syntax.c b/src/syntax.c index ba8f5fcfa9e..4616ae296f8 100644 --- a/src/syntax.c +++ b/src/syntax.c | |||
| @@ -3730,9 +3730,6 @@ syms_of_syntax (void) | |||
| 3730 | staticpro (&gl_state.current_syntax_table); | 3730 | staticpro (&gl_state.current_syntax_table); |
| 3731 | staticpro (&gl_state.old_prop); | 3731 | staticpro (&gl_state.old_prop); |
| 3732 | 3732 | ||
| 3733 | /* Defined in regex-emacs.c. */ | ||
| 3734 | staticpro (&re_match_object); | ||
| 3735 | |||
| 3736 | DEFSYM (Qscan_error, "scan-error"); | 3733 | DEFSYM (Qscan_error, "scan-error"); |
| 3737 | Fput (Qscan_error, Qerror_conditions, | 3734 | Fput (Qscan_error, Qerror_conditions, |
| 3738 | listn (CONSTYPE_PURE, 2, Qscan_error, Qerror)); | 3735 | listn (CONSTYPE_PURE, 2, Qscan_error, Qerror)); |