comparison src/syntax.c @ 90203:187d6a1f84f7

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
author Miles Bader <miles@gnu.org>
date Fri, 22 Jul 2005 08:27:27 +0000
parents f9a65d7ebd29 6ba9b52e77fc
children 2d92f5c9d6ae
comparison
equal deleted inserted replaced
90202:7597b4a23c3b 90203:187d6a1f84f7
3389 Qsyntax_table_p = intern ("syntax-table-p"); 3389 Qsyntax_table_p = intern ("syntax-table-p");
3390 staticpro (&Qsyntax_table_p); 3390 staticpro (&Qsyntax_table_p);
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,
3397 Fcons (Qscan_error, Fcons (Qerror, Qnil))); 3405 Fcons (Qscan_error, Fcons (Qerror, Qnil)));
3398 Fput (Qscan_error, Qerror_message, 3406 Fput (Qscan_error, Qerror_message,