diff options
Diffstat (limited to 'src/syntax.c')
| -rw-r--r-- | src/syntax.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax.c b/src/syntax.c index 6f536846466..0af2a21a220 100644 --- a/src/syntax.c +++ b/src/syntax.c | |||
| @@ -3701,7 +3701,7 @@ In both cases, LIMIT bounds the search. */); | |||
| 3701 | Vfind_word_boundary_function_table = Fmake_char_table (Qnil, Qnil); | 3701 | Vfind_word_boundary_function_table = Fmake_char_table (Qnil, Qnil); |
| 3702 | 3702 | ||
| 3703 | DEFVAR_BOOL ("comment-end-can-be-escaped", Vcomment_end_can_be_escaped, | 3703 | DEFVAR_BOOL ("comment-end-can-be-escaped", Vcomment_end_can_be_escaped, |
| 3704 | doc: /* Non-nil means an escaped ender inside a comment doesn'tend the comment. */); | 3704 | doc: /* Non-nil means an escaped ender inside a comment doesn't end the comment. */); |
| 3705 | Vcomment_end_can_be_escaped = 0; | 3705 | Vcomment_end_can_be_escaped = 0; |
| 3706 | DEFSYM (Qcomment_end_can_be_escaped, "comment-end-can-be-escaped"); | 3706 | DEFSYM (Qcomment_end_can_be_escaped, "comment-end-can-be-escaped"); |
| 3707 | Fmake_variable_buffer_local (Qcomment_end_can_be_escaped); | 3707 | Fmake_variable_buffer_local (Qcomment_end_can_be_escaped); |