(put_char_id_table): Change interface.
authortomo <tomo>
Fri, 31 Aug 2001 05:48:20 +0000 (05:48 +0000)
committertomo <tomo>
Fri, 31 Aug 2001 05:48:20 +0000 (05:48 +0000)
src/chartab.h

index 5a0eef1..8d745b7 100644 (file)
@@ -34,7 +34,8 @@ Boston, MA 02111-1307, USA.  */
 
 Lisp_Object make_char_id_table (Lisp_Object initval);
 
-void put_char_id_table (Emchar ch, Lisp_Object value, Lisp_Object table);
+void put_char_id_table (Lisp_Char_ID_Table* table,
+                       Lisp_Object character, Lisp_Object value);
 
 EXFUN (Fget_char_attribute, 3);