diff options
| author | Kenichi Handa | 2002-07-26 06:20:47 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2002-07-26 06:20:47 +0000 |
| commit | e18ef64ac6fce08451e6e59a8a5950ad3771281a (patch) | |
| tree | 79b29d41bd1e8d8eb14db41a0d5a7ec1134b3e57 /src | |
| parent | c57f3328cd5c0f49f009026b5aa5c9f508d45105 (diff) | |
| download | emacs-e18ef64ac6fce08451e6e59a8a5950ad3771281a.tar.gz emacs-e18ef64ac6fce08451e6e59a8a5950ad3771281a.zip | |
(Vchar_script_table): Extern it.
Diffstat (limited to 'src')
| -rw-r--r-- | src/character.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/character.h b/src/character.h index 54151cb7171..b83a51d4e82 100644 --- a/src/character.h +++ b/src/character.h | |||
| @@ -527,7 +527,7 @@ extern Lisp_Object string_escape_byte8 P_ ((Lisp_Object)); | |||
| 527 | /* A char-table for characters which may invoke auto-filling. */ | 527 | /* A char-table for characters which may invoke auto-filling. */ |
| 528 | extern Lisp_Object Vauto_fill_chars; | 528 | extern Lisp_Object Vauto_fill_chars; |
| 529 | 529 | ||
| 530 | extern Lisp_Object Vscript_alist; | 530 | extern Lisp_Object Vchar_script_table; |
| 531 | 531 | ||
| 532 | /* Copy LEN bytes from FROM to TO. This macro should be used only | 532 | /* Copy LEN bytes from FROM to TO. This macro should be used only |
| 533 | when a caller knows that LEN is short and the obvious copy loop is | 533 | when a caller knows that LEN is short and the obvious copy loop is |