From 4138ad1d849156432a182e7ad3381ad932233e95 Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 22 Jan 2002 19:30:06 +0000 Subject: [PATCH] (Qunloaded): New variable in UTF-2000. --- src/data.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/data.c b/src/data.c index b90b3ca..7651b02 100644 --- 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; -- 1.7.10.4