aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2006-06-06 03:47:49 +0000
committerKenichi Handa2006-06-06 03:47:49 +0000
commite0d6e5a5a6e795a3d9825db6caaf5f510a2f4b9a (patch)
treef731054dba6eab797e49957f228ada6bef69779b /src
parent7de94409470f0aa6223b5d6563806c064153d9a5 (diff)
downloademacs-e0d6e5a5a6e795a3d9825db6caaf5f510a2f4b9a.tar.gz
emacs-e0d6e5a5a6e795a3d9825db6caaf5f510a2f4b9a.zip
(Vscript_representative_chars): Extern it.
Diffstat (limited to 'src')
-rw-r--r--src/character.h1
1 files changed, 1 insertions, 0 deletions
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));
641extern Lisp_Object Vauto_fill_chars; 641extern Lisp_Object Vauto_fill_chars;
642 642
643extern Lisp_Object Vchar_script_table; 643extern Lisp_Object Vchar_script_table;
644extern Lisp_Object Vscript_representative_chars;
644 645
645/* Copy LEN bytes from FROM to TO. This macro should be used only 646/* Copy LEN bytes from FROM to TO. This macro should be used only
646 when a caller knows that LEN is short and the obvious copy loop is 647 when a caller knows that LEN is short and the obvious copy loop is