diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/charset.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/charset.h b/src/charset.h index 23a46326678..9e2387424c6 100644 --- a/src/charset.h +++ b/src/charset.h | |||
| @@ -837,6 +837,8 @@ extern int lisp_string_width P_ ((Lisp_Object, int, int *, int *)); | |||
| 837 | extern int char_bytes P_ ((int)); | 837 | extern int char_bytes P_ ((int)); |
| 838 | extern int char_valid_p P_ ((int, int)); | 838 | extern int char_valid_p P_ ((int, int)); |
| 839 | 839 | ||
| 840 | EXFUN (Funibyte_char_to_multibyte, 1); | ||
| 841 | |||
| 840 | extern Lisp_Object Vtranslation_table_vector; | 842 | extern Lisp_Object Vtranslation_table_vector; |
| 841 | 843 | ||
| 842 | /* Return a translation table of id number ID. */ | 844 | /* Return a translation table of id number ID. */ |