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:
11afde0
)
(Qunloaded): New variable in UTF-2000.
author
tomo
<tomo>
Tue, 22 Jan 2002 19:30:06 +0000
(19:30 +0000)
committer
tomo
<tomo>
Tue, 22 Jan 2002 19:30:06 +0000
(19:30 +0000)
src/data.c
patch
|
blob
|
history
diff --git
a/src/data.c
b/src/data.c
index
b90b3ca
..
7651b02
100644
(file)
--- a/
src/data.c
+++ b/
src/data.c
@@
-39,6
+39,9
@@
Boston, MA 02111-1307, USA. */
#endif /* LISP_FLOAT_TYPE */
Lisp_Object Qnil, Qt, Qquote, Qlambda, Qunbound;
+#ifdef UTF2000
+Lisp_Object Qunloaded;
+#endif
Lisp_Object Qerror_conditions, Qerror_message;
Lisp_Object Qerror, Qquit, Qsyntax_error, Qinvalid_read_syntax;
Lisp_Object Qlist_formation_error;