From: Kenichi Handa Date: Tue, 6 Jun 2006 03:47:49 +0000 (+0000) Subject: (Vscript_representative_chars): Extern it. X-Git-Tag: emacs-pretest-23.0.90~8295^2~948 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e0d6e5a5a6e795a3d9825db6caaf5f510a2f4b9a;p=emacs.git (Vscript_representative_chars): Extern it. --- 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