]> git.eshelyaron.com Git - emacs.git/commitdiff
(Vchar_script_table): Extern it.
authorKenichi Handa <handa@m17n.org>
Fri, 26 Jul 2002 06:20:47 +0000 (06:20 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 26 Jul 2002 06:20:47 +0000 (06:20 +0000)
src/character.h

index 54151cb717175724fe5bd4e7260063252a4d5dcc..b83a51d4e82fffdfdd94439e9fe0725c65661949 100644 (file)
@@ -527,7 +527,7 @@ extern Lisp_Object string_escape_byte8 P_ ((Lisp_Object));
 /* A char-table for characters which may invoke auto-filling.  */
 extern Lisp_Object Vauto_fill_chars;
 
-extern Lisp_Object Vscript_alist;
+extern Lisp_Object Vchar_script_table;
 
 /* 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