diff options
| author | Andreas Schwab | 2004-12-01 14:05:15 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2004-12-01 14:05:15 +0000 |
| commit | 77ea0764f61678811a4a4248c05ce55c60981aaf (patch) | |
| tree | 1760c96c1a331900dcd59bf6e1c6c26063b6d8ea /src | |
| parent | 29e1d29d5580d392c7db6b2e6a47abc96d0f24bd (diff) | |
| download | emacs-77ea0764f61678811a4a4248c05ce55c60981aaf.tar.gz emacs-77ea0764f61678811a4a4248c05ce55c60981aaf.zip | |
Declare string_to_multibyte.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/lisp.h | 1 |
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 @@ | |||
| 1 | 2004-12-01 Andreas Schwab <schwab@suse.de> | ||
| 2 | |||
| 3 | * lisp.h: Declare string_to_multibyte. | ||
| 4 | |||
| 1 | 2004-12-01 Kenichi Handa <handa@m17n.org> | 5 | 2004-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)); | |||
| 2319 | extern int string_char_to_byte P_ ((Lisp_Object, int)); | 2319 | extern int string_char_to_byte P_ ((Lisp_Object, int)); |
| 2320 | extern int string_byte_to_char P_ ((Lisp_Object, int)); | 2320 | extern int string_byte_to_char P_ ((Lisp_Object, int)); |
| 2321 | extern Lisp_Object string_make_multibyte P_ ((Lisp_Object)); | 2321 | extern Lisp_Object string_make_multibyte P_ ((Lisp_Object)); |
| 2322 | extern Lisp_Object string_to_multibyte P_ ((Lisp_Object)); | ||
| 2322 | extern Lisp_Object string_make_unibyte P_ ((Lisp_Object)); | 2323 | extern Lisp_Object string_make_unibyte P_ ((Lisp_Object)); |
| 2323 | EXFUN (Fcopy_alist, 1); | 2324 | EXFUN (Fcopy_alist, 1); |
| 2324 | EXFUN (Fplist_get, 2); | 2325 | EXFUN (Fplist_get, 2); |