From: Kenichi Handa Date: Mon, 7 Jul 1997 00:59:44 +0000 (+0000) Subject: (Qemacs_mule): Extern it. X-Git-Tag: emacs-20.1~1297 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3f356e65a03477633a87644d1c3efcb2cfd76905;p=emacs.git (Qemacs_mule): Extern it. --- diff --git a/src/coding.h b/src/coding.h index 00371e1fe63..7ac022e942d 100644 --- a/src/coding.h +++ b/src/coding.h @@ -390,6 +390,7 @@ extern int conversion_buffer_size; extern char *conversion_buffer, *get_conversion_buffer (); extern Lisp_Object Fcheck_coding_system (); extern Lisp_Object Qcoding_system, Qeol_type, Qcoding_category_index; +extern Lisp_Object Qemacs_mule; extern Lisp_Object Qbuffer_file_coding_system; extern Lisp_Object Vcoding_category_list;