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 69c2789ed39..1e57c00e512 100644 --- a/src/syntax.c +++ b/src/syntax.c | |||
| @@ -3473,7 +3473,7 @@ syms_of_syntax (void) | |||
| 3473 | 3473 | ||
| 3474 | DEFSYM (Qscan_error, "scan-error"); | 3474 | DEFSYM (Qscan_error, "scan-error"); |
| 3475 | Fput (Qscan_error, Qerror_conditions, | 3475 | Fput (Qscan_error, Qerror_conditions, |
| 3476 | pure_cons (Qscan_error, pure_cons (Qerror, Qnil))); | 3476 | listn (PURE, 2, Qscan_error, Qerror)); |
| 3477 | Fput (Qscan_error, Qerror_message, | 3477 | Fput (Qscan_error, Qerror_message, |
| 3478 | build_pure_c_string ("Scan error")); | 3478 | build_pure_c_string ("Scan error")); |
| 3479 | 3479 | ||