Mercurial > emacs
diff src/lisp.h @ 58704:8f29fb613b67
Declare string_to_multibyte.
| author | Andreas Schwab <schwab@suse.de> |
|---|---|
| date | Wed, 01 Dec 2004 14:02:32 +0000 |
| parents | 55d668830eed |
| children | f8cddae7d959 |
line wrap: on
line diff
--- a/src/lisp.h Wed Dec 01 11:06:22 2004 +0000 +++ b/src/lisp.h Wed Dec 01 14:02:32 2004 +0000 @@ -2319,6 +2319,7 @@ extern int string_char_to_byte P_ ((Lisp_Object, int)); extern int string_byte_to_char P_ ((Lisp_Object, int)); extern Lisp_Object string_make_multibyte P_ ((Lisp_Object)); +extern Lisp_Object string_to_multibyte P_ ((Lisp_Object)); extern Lisp_Object string_make_unibyte P_ ((Lisp_Object)); EXFUN (Fcopy_alist, 1); EXFUN (Fplist_get, 2);
