diff options
| author | Kenichi Handa | 1998-06-26 04:14:52 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1998-06-26 04:14:52 +0000 |
| commit | 64abe701f107204aa473ca3c780e28f57c3e3569 (patch) | |
| tree | 27ca63bf101f2b702de5dd52bd60a47d37e122ab /src/coding.h | |
| parent | 77c070f379bfd0585a9697a6bb11f3dd3d354508 (diff) | |
| download | emacs-64abe701f107204aa473ca3c780e28f57c3e3569.tar.gz emacs-64abe701f107204aa473ca3c780e28f57c3e3569.zip | |
(Qemacs_mule): 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 8e55340d01a..15a1669329c 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -527,7 +527,7 @@ 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 void setup_raw_text_coding_system P_ ((struct coding_system *)); |
| 529 | extern Lisp_Object Qcoding_system, Qeol_type, Qcoding_category_index; | 529 | extern Lisp_Object Qcoding_system, Qeol_type, Qcoding_category_index; |
| 530 | extern Lisp_Object Qraw_text; | 530 | extern Lisp_Object Qraw_text, Qemacs_mule; |
| 531 | extern Lisp_Object Qbuffer_file_coding_system; | 531 | extern Lisp_Object Qbuffer_file_coding_system; |
| 532 | extern Lisp_Object Vcoding_category_list; | 532 | extern Lisp_Object Vcoding_category_list; |
| 533 | 533 | ||