(Fstring_to_unibyte): EXFUN it.

This commit is contained in:
Kenichi Handa
2008-06-25 02:45:09 +00:00
parent 0460afe531
commit c042d659c1

View File

@@ -2388,6 +2388,7 @@ EXFUN (Fstring_make_unibyte, 1);
EXFUN (Fstring_as_multibyte, 1);
EXFUN (Fstring_as_unibyte, 1);
EXFUN (Fstring_to_multibyte, 1);
EXFUN (Fstring_to_unibyte, 2);
EXFUN (Fsubstring, 3);
extern Lisp_Object substring_both P_ ((Lisp_Object, int, int, int, int));
EXFUN (Fnth, 2);