]> git.eshelyaron.com Git - emacs.git/commitdiff
(Vscript_representative_chars): Extern it.
authorKenichi Handa <handa@m17n.org>
Tue, 6 Jun 2006 03:47:49 +0000 (03:47 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 6 Jun 2006 03:47:49 +0000 (03:47 +0000)
src/character.h

index 255afb2a0b13f9b1b9653166626f2441cae11d2f..a939dc727f01a96070ecc07482dc864fe4719ff6 100644 (file)
@@ -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