From 11afde076cec8bcc5805238436694a23f4319c62 Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 22 Jan 2002 19:28:45 +0000 Subject: [PATCH] (init_symbols_once_early): Assign '# into Qunloaded. --- src/symbols.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/symbols.c b/src/symbols.c index ae1dc92..c21a986 100644 --- a/src/symbols.c +++ b/src/symbols.c @@ -3264,6 +3264,11 @@ init_symbols_once_early (void) XSYMBOL (Qnil)->function = Qunbound; +#ifdef UTF2000 + /* [tomo:2002-01-22] We should not define Qunloaded as a normal symbol */ + defsymbol (&Qunloaded, "#"); +#endif + defsymbol (&Qt, "t"); XSYMBOL (Qt)->value = Qt; /* Veritas aeterna */ Vquit_flag = Qnil; -- 1.7.10.4