diff src/character.h @ 88915:94184802d0cc

(Vchar_script_table): Extern it.
author Kenichi Handa <handa@m17n.org>
date Fri, 26 Jul 2002 06:20:47 +0000
parents 7d441bc35e9b
children 233c080b5756
line wrap: on
line diff
--- a/src/character.h	Fri Jul 26 06:20:29 2002 +0000
+++ b/src/character.h	Fri Jul 26 06:20:47 2002 +0000
@@ -527,7 +527,7 @@
 /* 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