]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/syntax.c (syms_of_syntax): Make syntax-propertize--done local
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 8 Oct 2015 01:11:38 +0000 (21:11 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 8 Oct 2015 01:11:38 +0000 (21:11 -0400)
src/syntax.c

index cacdf18c2a2c151740e8d6545582f34ea3a00d8e..6bfb3b7601d563f0884d9d14e89f321a86afeed7 100644 (file)
@@ -3672,6 +3672,7 @@ See the info node `(elisp)Syntax Properties' for a description of the
              doc: /* Position up to which syntax-table properties have been set.  */);
   syntax_propertize__done = -1;
   DEFSYM (Qinternal__syntax_propertize, "internal--syntax-propertize");
+  Fmake_variable_buffer_local (intern ("syntax-propertize--done"));
 
   words_include_escapes = 0;
   DEFVAR_BOOL ("words-include-escapes", words_include_escapes,