Mercurial > emacs
diff src/lisp.h @ 96251:a4c4b4d13902
(Fstring_to_unibyte): EXFUN it.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Wed, 25 Jun 2008 02:45:09 +0000 |
| parents | 4be5569ac684 |
| children | b76b9628d74f |
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);
