diff options
Diffstat (limited to 'src/syntax.c')
| -rw-r--r-- | src/syntax.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/syntax.c b/src/syntax.c index 15625b4d0e2..50e69ef2295 100644 --- a/src/syntax.c +++ b/src/syntax.c | |||
| @@ -3750,9 +3750,9 @@ syms_of_syntax (void) | |||
| 3750 | 3750 | ||
| 3751 | DEFSYM (Qscan_error, "scan-error"); | 3751 | DEFSYM (Qscan_error, "scan-error"); |
| 3752 | Fput (Qscan_error, Qerror_conditions, | 3752 | Fput (Qscan_error, Qerror_conditions, |
| 3753 | pure_list (Qscan_error, Qerror)); | 3753 | list (Qscan_error, Qerror)); |
| 3754 | Fput (Qscan_error, Qerror_message, | 3754 | Fput (Qscan_error, Qerror_message, |
| 3755 | build_pure_c_string ("Scan error")); | 3755 | build_string ("Scan error")); |
| 3756 | 3756 | ||
| 3757 | DEFVAR_BOOL ("parse-sexp-ignore-comments", parse_sexp_ignore_comments, | 3757 | DEFVAR_BOOL ("parse-sexp-ignore-comments", parse_sexp_ignore_comments, |
| 3758 | doc: /* Non-nil means `forward-sexp', etc., should treat comments as whitespace. */); | 3758 | doc: /* Non-nil means `forward-sexp', etc., should treat comments as whitespace. */); |