changeset 96503:51cac201b263

EXFUN adjusted for the change of Fstring_to_unibyte.
author Kenichi Handa <handa@m17n.org>
date Fri, 04 Jul 2008 02:23:42 +0000
parents ff7196ae78c9
children 429b0f809e06
files src/lisp.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lisp.h	Fri Jul 04 02:22:42 2008 +0000
+++ b/src/lisp.h	Fri Jul 04 02:23:42 2008 +0000
@@ -2388,7 +2388,7 @@
 EXFUN (Fstring_as_multibyte, 1);
 EXFUN (Fstring_as_unibyte, 1);
 EXFUN (Fstring_to_multibyte, 1);
-EXFUN (Fstring_to_unibyte, 2);
+EXFUN (Fstring_to_unibyte, 1);
 EXFUN (Fsubstring, 3);
 extern Lisp_Object substring_both P_ ((Lisp_Object, int, int, int, int));
 EXFUN (Fnth, 2);