]> git.eshelyaron.com Git - emacs.git/commitdiff
Declare string_to_multibyte.
authorAndreas Schwab <schwab@suse.de>
Wed, 1 Dec 2004 14:05:15 +0000 (14:05 +0000)
committerAndreas Schwab <schwab@suse.de>
Wed, 1 Dec 2004 14:05:15 +0000 (14:05 +0000)
src/ChangeLog
src/lisp.h

index 0cf4aef34f0ba23db45f8eb3499ed82a8739f2c0..aae03029dc44b1731824abfdf52a190a99e961d7 100644 (file)
@@ -1,3 +1,7 @@
+2004-12-01  Andreas Schwab  <schwab@suse.de>
+
+       * lisp.h: Declare string_to_multibyte.
+
 2004-12-01  Kenichi Handa  <handa@m17n.org>
 
        * w32console.c (w32con_write_glyphs): Decide coding here.
index 2111fe333e60309f4cfcec1aefa99bd715e6827f..3136bb62e1db6a50e46a26f5fc5345ab02cd4e59 100644 (file)
@@ -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);