diff options
| author | Miles Bader | 2005-07-22 08:27:27 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-07-22 08:27:27 +0000 |
| commit | 3674ae2f87e47a654524af689ea610ee3edeaca7 (patch) | |
| tree | 58ea33c40c8521a79fb503080b8bb6231ffbf579 /src/syntax.c | |
| parent | 3e03f554f116e04ba860dcde7c6d862939911e16 (diff) | |
| parent | 7929f858f8897f0448771a471f8afc5f244e4bca (diff) | |
| download | emacs-3674ae2f87e47a654524af689ea610ee3edeaca7.tar.gz emacs-3674ae2f87e47a654524af689ea610ee3edeaca7.zip | |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-71
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 485-492)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 92-94)
- Merge from emacs--cvs-trunk--0
- Update from CVS
Diffstat (limited to 'src/syntax.c')
| -rw-r--r-- | src/syntax.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/syntax.c b/src/syntax.c index 0ceab9d6af8..a859250b15a 100644 --- a/src/syntax.c +++ b/src/syntax.c | |||
| @@ -3391,6 +3391,14 @@ syms_of_syntax () | |||
| 3391 | 3391 | ||
| 3392 | staticpro (&Vsyntax_code_object); | 3392 | staticpro (&Vsyntax_code_object); |
| 3393 | 3393 | ||
| 3394 | staticpro (&gl_state.object); | ||
| 3395 | staticpro (&gl_state.global_code); | ||
| 3396 | staticpro (&gl_state.current_syntax_table); | ||
| 3397 | staticpro (&gl_state.old_prop); | ||
| 3398 | |||
| 3399 | /* Defined in regex.c */ | ||
| 3400 | staticpro (&re_match_object); | ||
| 3401 | |||
| 3394 | Qscan_error = intern ("scan-error"); | 3402 | Qscan_error = intern ("scan-error"); |
| 3395 | staticpro (&Qscan_error); | 3403 | staticpro (&Qscan_error); |
| 3396 | Fput (Qscan_error, Qerror_conditions, | 3404 | Fput (Qscan_error, Qerror_conditions, |