]> code.delx.au - gnu-emacs/commitdiff
(syms_of_syntax): Fix the setup of Qscan_error.
authorRichard M. Stallman <rms@gnu.org>
Tue, 20 Oct 1998 20:56:18 +0000 (20:56 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 20 Oct 1998 20:56:18 +0000 (20:56 +0000)
src/syntax.c

index a2049e024bf09d1a5a15c42b1de868240dcc1db7..884ce5bf20a0cdc0bd09b5705f7aba9be64f78b2 100644 (file)
@@ -2795,7 +2795,7 @@ syms_of_syntax ()
   Qscan_error = intern ("scan-error");
   staticpro (&Qscan_error);
   Fput (Qscan_error, Qerror_conditions,
-       Fcons (Qerror, Qnil));
+       Fcons (Qscan_error, Fcons (Qerror, Qnil)));
   Fput (Qscan_error, Qerror_message,
        build_string ("Scan error"));