diff options
| author | Kenichi Handa | 1998-06-26 03:29:15 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1998-06-26 03:29:15 +0000 |
| commit | e5ff4bc29e09a46a72ac15e428dbf8365b639e50 (patch) | |
| tree | 580b59dfe97abfd6d236a3bd16948b1d815b44de /src/coding.h | |
| parent | d5d4ae71937bd69f7f59aac44395d48bb90c5fce (diff) | |
| download | emacs-e5ff4bc29e09a46a72ac15e428dbf8365b639e50.tar.gz emacs-e5ff4bc29e09a46a72ac15e428dbf8365b639e50.zip | |
(setup_raw_text_coding_system): Extern it.
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/coding.h b/src/coding.h index dc4d8c540c7..8e55340d01a 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -525,6 +525,7 @@ extern int conversion_buffer_size; | |||
| 525 | extern char *conversion_buffer; | 525 | extern char *conversion_buffer; |
| 526 | extern char *get_conversion_buffer P_ ((int)); | 526 | extern char *get_conversion_buffer P_ ((int)); |
| 527 | extern int setup_coding_system P_ ((Lisp_Object, struct coding_system *)); | 527 | extern int setup_coding_system P_ ((Lisp_Object, struct coding_system *)); |
| 528 | extern void setup_raw_text_coding_system P_ ((struct coding_system *)); | ||
| 528 | extern Lisp_Object Qcoding_system, Qeol_type, Qcoding_category_index; | 529 | extern Lisp_Object Qcoding_system, Qeol_type, Qcoding_category_index; |
| 529 | extern Lisp_Object Qraw_text; | 530 | extern Lisp_Object Qraw_text; |
| 530 | extern Lisp_Object Qbuffer_file_coding_system; | 531 | extern Lisp_Object Qbuffer_file_coding_system; |