1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 16:21:07 -08:00

(Funibyte_char_to_multibyte): Export.

This commit is contained in:
Stefan Monnier 2003-01-19 00:12:12 +00:00
parent e3801a7bf0
commit 9028b39e36

View file

@ -837,6 +837,8 @@ extern int lisp_string_width P_ ((Lisp_Object, int, int *, int *));
extern int char_bytes P_ ((int));
extern int char_valid_p P_ ((int, int));
EXFUN (Funibyte_char_to_multibyte, 1);
extern Lisp_Object Vtranslation_table_vector;
/* Return a translation table of id number ID. */