Mercurial > emacs
changeset 22615:bad8b17b0524
(setup_raw_text_coding_system): Extern it.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 26 Jun 1998 03:29:15 +0000 |
parents | 83990ce5f58c |
children | c493ce6a31e4 |
files | src/coding.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/coding.h Fri Jun 26 03:29:15 1998 +0000 +++ b/src/coding.h Fri Jun 26 03:29:15 1998 +0000 @@ -525,6 +525,7 @@ extern char *conversion_buffer; extern char *get_conversion_buffer P_ ((int)); extern int setup_coding_system P_ ((Lisp_Object, struct coding_system *)); +extern void setup_raw_text_coding_system P_ ((struct coding_system *)); extern Lisp_Object Qcoding_system, Qeol_type, Qcoding_category_index; extern Lisp_Object Qraw_text; extern Lisp_Object Qbuffer_file_coding_system;