From: Kenichi Handa Date: Fri, 29 Aug 2008 07:52:57 +0000 (+0000) Subject: (Vunicode_category_table): Extern it. X-Git-Tag: emacs-pretest-23.0.90~3182 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a48a6418e03785d021f169e1077a7bfde44d3542;p=emacs.git (Vunicode_category_table): Extern it. --- diff --git a/src/character.h b/src/character.h index 79b2fd1aa9f..1731448d1d0 100644 --- a/src/character.h +++ b/src/character.h @@ -645,6 +645,7 @@ extern Lisp_Object Vtranslation_table_vector; extern Lisp_Object Vchar_width_table; extern Lisp_Object Vchar_direction_table; extern Lisp_Object Vchar_unify_table; +extern Lisp_Object Vunicode_category_table; extern Lisp_Object string_escape_byte8 P_ ((Lisp_Object));