From: Andreas Schwab Date: Wed, 1 Dec 2004 14:05:15 +0000 (+0000) Subject: Declare string_to_multibyte. X-Git-Tag: ttn-vms-21-2-B4~3490 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=77ea0764f61678811a4a4248c05ce55c60981aaf;p=emacs.git Declare string_to_multibyte. --- diff --git a/src/ChangeLog b/src/ChangeLog index 0cf4aef34f0..aae03029dc4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2004-12-01 Andreas Schwab + + * lisp.h: Declare string_to_multibyte. + 2004-12-01 Kenichi Handa * w32console.c (w32con_write_glyphs): Decide coding here. diff --git a/src/lisp.h b/src/lisp.h index 2111fe333e6..3136bb62e1d 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -2319,6 +2319,7 @@ extern void clear_string_char_byte_cache P_ ((void)); 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);