changeset 96251:a4c4b4d13902

(Fstring_to_unibyte): EXFUN it.
author Kenichi Handa <handa@m17n.org>
date Wed, 25 Jun 2008 02:45:09 +0000
parents 423373db93ef
children 8c22ce277d5d
files src/lisp.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/lisp.h	Wed Jun 25 02:44:43 2008 +0000
+++ b/src/lisp.h	Wed Jun 25 02:45:09 2008 +0000
@@ -2388,6 +2388,7 @@
 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);