diff options
| author | Kenichi Handa | 2006-06-06 03:47:49 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2006-06-06 03:47:49 +0000 |
| commit | e0d6e5a5a6e795a3d9825db6caaf5f510a2f4b9a (patch) | |
| tree | f731054dba6eab797e49957f228ada6bef69779b /src | |
| parent | 7de94409470f0aa6223b5d6563806c064153d9a5 (diff) | |
| download | emacs-e0d6e5a5a6e795a3d9825db6caaf5f510a2f4b9a.tar.gz emacs-e0d6e5a5a6e795a3d9825db6caaf5f510a2f4b9a.zip | |
(Vscript_representative_chars): Extern it.
Diffstat (limited to 'src')
| -rw-r--r-- | src/character.h | 1 |
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)); | |||
| 641 | extern Lisp_Object Vauto_fill_chars; | 641 | extern Lisp_Object Vauto_fill_chars; |
| 642 | 642 | ||
| 643 | extern Lisp_Object Vchar_script_table; | 643 | extern Lisp_Object Vchar_script_table; |
| 644 | extern 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 |