aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2002-07-26 06:20:47 +0000
committerKenichi Handa2002-07-26 06:20:47 +0000
commite18ef64ac6fce08451e6e59a8a5950ad3771281a (patch)
tree79b29d41bd1e8d8eb14db41a0d5a7ec1134b3e57 /src
parentc57f3328cd5c0f49f009026b5aa5c9f508d45105 (diff)
downloademacs-e18ef64ac6fce08451e6e59a8a5950ad3771281a.tar.gz
emacs-e18ef64ac6fce08451e6e59a8a5950ad3771281a.zip
(Vchar_script_table): Extern it.
Diffstat (limited to 'src')
-rw-r--r--src/character.h2
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. */
528extern Lisp_Object Vauto_fill_chars; 528extern Lisp_Object Vauto_fill_chars;
529 529
530extern Lisp_Object Vscript_alist; 530extern 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