diff options
| author | Kenichi Handa | 2002-09-03 04:08:33 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2002-09-03 04:08:33 +0000 |
| commit | b9dbd42887fbf92d30cb36ff3859375b59fdcc70 (patch) | |
| tree | 0622398011490745c4050894ec8934a1f31ce0f9 | |
| parent | 9ad8bfb0a0645b3bc9a7bf1298fa5f6808f4d8d5 (diff) | |
| download | emacs-b9dbd42887fbf92d30cb36ff3859375b59fdcc70.tar.gz emacs-b9dbd42887fbf92d30cb36ff3859375b59fdcc70.zip | |
(unibyte_char_to_multibyte): Extern deleted.
| -rw-r--r-- | src/lisp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index a066dccccd0..580509e7e3f 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2120,7 +2120,6 @@ EXFUN (Fchar_width, 1); | |||
| 2120 | EXFUN (Fstring, MANY); | 2120 | EXFUN (Fstring, MANY); |
| 2121 | extern int chars_in_text P_ ((unsigned char *, int)); | 2121 | extern int chars_in_text P_ ((unsigned char *, int)); |
| 2122 | extern int multibyte_chars_in_text P_ ((unsigned char *, int)); | 2122 | extern int multibyte_chars_in_text P_ ((unsigned char *, int)); |
| 2123 | extern int unibyte_char_to_multibyte P_ ((int)); | ||
| 2124 | extern int multibyte_char_to_unibyte P_ ((int, Lisp_Object)); | 2123 | extern int multibyte_char_to_unibyte P_ ((int, Lisp_Object)); |
| 2125 | extern Lisp_Object Qcharset; | 2124 | extern Lisp_Object Qcharset; |
| 2126 | extern void init_charset P_ ((void)); | 2125 | extern void init_charset P_ ((void)); |