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:
parent
c026c0016e
commit
0360b7f2c4
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue