diff options
| author | Kenichi Handa | 2007-02-15 11:24:51 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2007-02-15 11:24:51 +0000 |
| commit | 0b4b4d2e6d222224e317a1e47f4cecb191919305 (patch) | |
| tree | 4040e4f2eb3891966b9f0c57eff76ae0f954c99e /src | |
| parent | 0f4b87bf93151f12ee932482a23d15ec05fdcc01 (diff) | |
| download | emacs-0b4b4d2e6d222224e317a1e47f4cecb191919305.tar.gz emacs-0b4b4d2e6d222224e317a1e47f4cecb191919305.zip | |
(multibyte_char_to_unibyte_safe): Extern it.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h index 31c7e50718f..04c1bb91642 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2323,6 +2323,7 @@ EXFUN (Fstring, MANY); | |||
| 2323 | extern int chars_in_text P_ ((const unsigned char *, int)); | 2323 | extern int chars_in_text P_ ((const unsigned char *, int)); |
| 2324 | extern int multibyte_chars_in_text P_ ((const unsigned char *, int)); | 2324 | extern int multibyte_chars_in_text P_ ((const unsigned char *, int)); |
| 2325 | extern int multibyte_char_to_unibyte P_ ((int, Lisp_Object)); | 2325 | extern int multibyte_char_to_unibyte P_ ((int, Lisp_Object)); |
| 2326 | extern int multibyte_char_to_unibyte_safe P_ ((int)); | ||
| 2326 | extern Lisp_Object Qcharset; | 2327 | extern Lisp_Object Qcharset; |
| 2327 | extern void init_charset P_ ((void)); | 2328 | extern void init_charset P_ ((void)); |
| 2328 | extern void init_charset_once P_ ((void)); | 2329 | extern void init_charset_once P_ ((void)); |