From e0d6e5a5a6e795a3d9825db6caaf5f510a2f4b9a Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 6 Jun 2006 03:47:49 +0000 Subject: [PATCH] (Vscript_representative_chars): Extern it. --- src/character.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/character.h b/src/character.h index 255afb2a0b1..a939dc727f0 100644 --- a/src/character.h +++ b/src/character.h @@ -641,6 +641,7 @@ extern Lisp_Object string_escape_byte8 P_ ((Lisp_Object)); extern Lisp_Object Vauto_fill_chars; extern Lisp_Object Vchar_script_table; +extern Lisp_Object Vscript_representative_chars; /* 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