From e18ef64ac6fce08451e6e59a8a5950ad3771281a Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Fri, 26 Jul 2002 06:20:47 +0000 Subject: [PATCH] (Vchar_script_table): Extern it. --- src/character.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5