Mercurial > emacs
changeset 90402:69ac9cbd4be5
(Vscript_representative_chars): Extern it.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 06 Jun 2006 03:47:49 +0000 |
parents | 5ac810cdd794 |
children | 81f1bbab281f |
files | src/character.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/character.h Tue Jun 06 03:47:33 2006 +0000 +++ b/src/character.h Tue Jun 06 03:47:49 2006 +0000 @@ -641,6 +641,7 @@ extern Lisp_Object Vauto_fill_chars; extern Lisp_Object Vchar_script_table; +extern Lisp_Object Vscript_representative_chars; /* 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