From: tomo Date: Tue, 22 Jan 2002 19:28:45 +0000 (+0000) Subject: (init_symbols_once_early): Assign '# into Qunloaded. X-Git-Tag: r21-2-44-lazy-1~5 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=11afde076cec8bcc5805238436694a23f4319c62;p=chise%2Fxemacs-chise.git- (init_symbols_once_early): Assign '# into Qunloaded. --- 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;