diff options
| author | Pip Cet | 2021-05-16 15:44:26 +0200 |
|---|---|---|
| committer | Stefan Monnier | 2022-07-01 09:42:00 -0400 |
| commit | 094fd7ded365434b08f5d7c8ff499d17d566d54b (patch) | |
| tree | 40366419e9d899e48c26439f428fee7b741d307c /src/syntax.c | |
| parent | 3a4c408a7b6f3df5ca0eb4a406efbdb4899e9742 (diff) | |
| download | emacs-scratch/no-purespace-2.tar.gz emacs-scratch/no-purespace-2.zip | |
Remove purespace from Emacsscratch/no-purespace-2
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. */); |