Mercurial > emacs
changeset 88915:94184802d0cc
(Vchar_script_table): Extern it.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 26 Jul 2002 06:20:47 +0000 |
parents | 6d9bb23ad1e9 |
children | ef4c8f452558 |
files | src/character.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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