diff options
author | Kenichi Handa <handa@m17n.org> | 1997-07-07 00:59:44 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 1997-07-07 00:59:44 +0000 |
commit | 3f356e65a03477633a87644d1c3efcb2cfd76905 (patch) | |
tree | 4b459cebbc6148ad4bd4e82b84cfec46449fba40 /src | |
parent | 11f84d7d6d5fbc124ca69259807e5f691331526a (diff) | |
download | emacs-3f356e65a03477633a87644d1c3efcb2cfd76905.tar.gz |
(Qemacs_mule): Extern it.
Diffstat (limited to 'src')
-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 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; |