Mercurial > emacs
changeset 22620:9c8dfd0b1442
(Qemacs_mule): Extern it.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 26 Jun 1998 04:14:52 +0000 |
parents | e64ada9fc033 |
children | e017a2c05245 |
files | src/coding.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/coding.h Fri Jun 26 04:13:40 1998 +0000 +++ b/src/coding.h Fri Jun 26 04:14:52 1998 +0000 @@ -527,7 +527,7 @@ 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 Qraw_text, Qemacs_mule; extern Lisp_Object Qbuffer_file_coding_system; extern Lisp_Object Vcoding_category_list;