Mercurial > emacs
changeset 22123:42a41d39c4fb
(Vnonascii_translation_table): Name changed from
Vnonascii_translate_table.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 18 May 1998 00:59:38 +0000 |
parents | dfae9bc3731d |
children | 10b3c1cd7f18 |
files | src/lisp.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lisp.h Mon May 18 00:59:38 1998 +0000 +++ b/src/lisp.h Mon May 18 00:59:38 1998 +0000 @@ -1653,7 +1653,7 @@ /* Defined in charset.c */ extern int nonascii_insert_offset; -extern Lisp_Object Vnonascii_translate_table; +extern Lisp_Object Vnonascii_translation_table; EXFUN (Fchar_bytes, 1); EXFUN (Fchar_width, 1); extern int chars_in_text P_ ((unsigned char *, int));