aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Schwab2004-12-01 14:05:15 +0000
committerAndreas Schwab2004-12-01 14:05:15 +0000
commit77ea0764f61678811a4a4248c05ce55c60981aaf (patch)
tree1760c96c1a331900dcd59bf6e1c6c26063b6d8ea /src
parent29e1d29d5580d392c7db6b2e6a47abc96d0f24bd (diff)
downloademacs-77ea0764f61678811a4a4248c05ce55c60981aaf.tar.gz
emacs-77ea0764f61678811a4a4248c05ce55c60981aaf.zip
Declare string_to_multibyte.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/lisp.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0cf4aef34f0..aae03029dc4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12004-12-01 Andreas Schwab <schwab@suse.de>
2
3 * lisp.h: Declare string_to_multibyte.
4
12004-12-01 Kenichi Handa <handa@m17n.org> 52004-12-01 Kenichi Handa <handa@m17n.org>
2 6
3 * w32console.c (w32con_write_glyphs): Decide coding here. 7 * 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));
2319extern int string_char_to_byte P_ ((Lisp_Object, int)); 2319extern int string_char_to_byte P_ ((Lisp_Object, int));
2320extern int string_byte_to_char P_ ((Lisp_Object, int)); 2320extern int string_byte_to_char P_ ((Lisp_Object, int));
2321extern Lisp_Object string_make_multibyte P_ ((Lisp_Object)); 2321extern Lisp_Object string_make_multibyte P_ ((Lisp_Object));
2322extern Lisp_Object string_to_multibyte P_ ((Lisp_Object));
2322extern Lisp_Object string_make_unibyte P_ ((Lisp_Object)); 2323extern Lisp_Object string_make_unibyte P_ ((Lisp_Object));
2323EXFUN (Fcopy_alist, 1); 2324EXFUN (Fcopy_alist, 1);
2324EXFUN (Fplist_get, 2); 2325EXFUN (Fplist_get, 2);