Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0360b7f2
Commit
0360b7f2
authored
Oct 07, 2015
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* src/syntax.c (syms_of_syntax): Make syntax-propertize--done local
parent
c026c001
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/syntax.c
src/syntax.c
+1
-0
No files found.
src/syntax.c
View file @
0360b7f2
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment