[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/syntax.c
From: |
Kim F . Storm |
Subject: |
[Emacs-diffs] Changes to emacs/src/syntax.c |
Date: |
Thu, 14 Jul 2005 07:24:18 -0400 |
Index: emacs/src/syntax.c
diff -c emacs/src/syntax.c:1.182 emacs/src/syntax.c:1.183
*** emacs/src/syntax.c:1.182 Mon Jul 4 16:06:35 2005
--- emacs/src/syntax.c Thu Jul 14 11:24:18 2005
***************
*** 3168,3173 ****
--- 3168,3181 ----
staticpro (&Vsyntax_code_object);
+ staticpro (&gl_state.object);
+ staticpro (&gl_state.global_code);
+ staticpro (&gl_state.current_syntax_table);
+ staticpro (&gl_state.old_prop);
+
+ /* Defined in regex.c */
+ staticpro (&re_match_object);
+
Qscan_error = intern ("scan-error");
staticpro (&Qscan_error);
Fput (Qscan_error, Qerror_conditions,