(Qunloaded): New variable in UTF-2000.
authortomo <tomo>
Tue, 22 Jan 2002 19:30:06 +0000 (19:30 +0000)
committertomo <tomo>
Tue, 22 Jan 2002 19:30:06 +0000 (19:30 +0000)
src/data.c

index b90b3ca..7651b02 100644 (file)
@@ -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;