1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 00:01:33 -08:00

* src/syntax.c (syms_of_syntax): Make syntax-propertize--done local

This commit is contained in:
Stefan Monnier 2015-10-07 21:11:38 -04:00
parent c026c0016e
commit 0360b7f2c4

View 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,