aboutsummaryrefslogtreecommitdiffstats
path: root/src/character.h
diff options
context:
space:
mode:
authorKenichi Handa <[email protected]>2006-06-06 03:47:49 +0000
committerKenichi Handa <[email protected]>2006-06-06 03:47:49 +0000
commite0d6e5a5a6e795a3d9825db6caaf5f510a2f4b9a (patch)
treef731054dba6eab797e49957f228ada6bef69779b /src/character.h
parent7de94409470f0aa6223b5d6563806c064153d9a5 (diff)
(Vscript_representative_chars): Extern it.
Diffstat (limited to 'src/character.h')
-rw-r--r--src/character.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/character.h b/src/character.h
index 255afb2a0b..a939dc727f 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