From: Kenichi Handa Date: Fri, 26 Jul 2002 06:20:47 +0000 (+0000) Subject: (Vchar_script_table): Extern it. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~515 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e18ef64ac6fce08451e6e59a8a5950ad3771281a;p=emacs.git (Vchar_script_table): Extern it. --- diff --git a/src/character.h b/src/character.h index 54151cb7171..b83a51d4e82 100644 --- a/src/character.h +++ b/src/character.h @@ -527,7 +527,7 @@ extern Lisp_Object string_escape_byte8 P_ ((Lisp_Object)); /* A char-table for characters which may invoke auto-filling. */ extern Lisp_Object Vauto_fill_chars; -extern Lisp_Object Vscript_alist; +extern Lisp_Object Vchar_script_table; /* Copy LEN bytes from FROM to TO. This macro should be used only when a caller knows that LEN is short and the obvious copy loop is