diff options
| author | Kenichi Handa | 2003-12-02 01:42:47 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-12-02 01:42:47 +0000 |
| commit | 16869d7e2e92b347eae0a9ee2d708f1447bf9d16 (patch) | |
| tree | ef65d3d5eb7954c9217ea2c967d5a295da9c8ce6 /src/coding.h | |
| parent | 24a73b0a8678e5afc8e95d9efa09f0932516f04e (diff) | |
| download | emacs-16869d7e2e92b347eae0a9ee2d708f1447bf9d16.tar.gz emacs-16869d7e2e92b347eae0a9ee2d708f1447bf9d16.zip | |
(make_conversion_work_buffer): Delete extern.
(code_conversion_save): Extern it.
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.h b/src/coding.h index a640ba9ebdb..885f12bc648 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -546,7 +546,7 @@ struct coding_system | |||
| 546 | #define ENCODE_UTF_8(str) code_convert_string_norecord (str, Qutf_8, 1) | 546 | #define ENCODE_UTF_8(str) code_convert_string_norecord (str, Qutf_8, 1) |
| 547 | 547 | ||
| 548 | /* Extern declarations. */ | 548 | /* Extern declarations. */ |
| 549 | extern Lisp_Object make_conversion_work_buffer P_ ((int, int)); | 549 | extern Lisp_Object code_conversion_save P_ ((int, int)); |
| 550 | extern int decoding_buffer_size P_ ((struct coding_system *, int)); | 550 | extern int decoding_buffer_size P_ ((struct coding_system *, int)); |
| 551 | extern int encoding_buffer_size P_ ((struct coding_system *, int)); | 551 | extern int encoding_buffer_size P_ ((struct coding_system *, int)); |
| 552 | extern void setup_coding_system P_ ((Lisp_Object, struct coding_system *)); | 552 | extern void setup_coding_system P_ ((Lisp_Object, struct coding_system *)); |