projects
/
chise
/
xemacs-chise.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40a3149
)
(init_symbols_once_early): Assign '#<unloaded> into Qunloaded.
author
tomo
<tomo>
Tue, 22 Jan 2002 19:28:45 +0000
(19:28 +0000)
committer
tomo
<tomo>
Tue, 22 Jan 2002 19:28:45 +0000
(19:28 +0000)
src/symbols.c
patch
|
blob
|
history
diff --git
a/src/symbols.c
b/src/symbols.c
index
ae1dc92
..
c21a986
100644
(file)
--- 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, "#<unloaded>");
+#endif
+
defsymbol (&Qt, "t");
XSYMBOL (Qt)->value = Qt; /* Veritas aeterna */
Vquit_flag = Qnil;