(struct Lisp_Char_Table): Delete member `db_file'.
authortomo <tomo>
Tue, 2 Jul 2002 09:33:52 +0000 (09:33 +0000)
committertomo <tomo>
Tue, 2 Jul 2002 09:33:52 +0000 (09:33 +0000)
src/chartab.h

index 2b722b5..11d2a96 100644 (file)
@@ -166,7 +166,6 @@ struct Lisp_Char_Table
   Lisp_Object table;
   Lisp_Object default_value;
   Lisp_Object name;
-  Lisp_Object db_file;
   Lisp_Object db;
   unsigned char unloaded;
 #else