Mercurial > emacs
changeset 23810:e473bf3419a9
Declare char_valid_p.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Thu, 03 Dec 1998 09:22:52 +0000 |
parents | 2a6ad78388b3 |
children | acb8e52c578d |
files | src/charset.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/charset.h Thu Dec 03 03:14:46 1998 +0000 +++ b/src/charset.h Thu Dec 03 09:22:52 1998 +0000 @@ -817,6 +817,7 @@ Lisp_Object, int)); extern int strwidth P_ ((unsigned char *, int)); extern int char_bytes P_ ((int)); +extern int char_valid_p P_ ((int, int)); extern Lisp_Object Vtranslation_table_vector;