diff options
| author | Stefan Monnier | 2003-01-19 00:12:12 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2003-01-19 00:12:12 +0000 |
| commit | 9028b39e362f8bce80b9e04529ef305e2fb7a449 (patch) | |
| tree | f4fd2ef0c888d8c82fb1e778399e990abc18dc40 /src | |
| parent | e3801a7bf025c5ddf27c40d86b3038549b428659 (diff) | |
| download | emacs-9028b39e362f8bce80b9e04529ef305e2fb7a449.tar.gz emacs-9028b39e362f8bce80b9e04529ef305e2fb7a449.zip | |
(Funibyte_char_to_multibyte): Export.
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. */ |