diff options
| author | Kenichi Handa | 1997-07-07 00:59:44 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1997-07-07 00:59:44 +0000 |
| commit | 3f356e65a03477633a87644d1c3efcb2cfd76905 (patch) | |
| tree | 4b459cebbc6148ad4bd4e82b84cfec46449fba40 | |
| parent | 11f84d7d6d5fbc124ca69259807e5f691331526a (diff) | |
| download | emacs-3f356e65a03477633a87644d1c3efcb2cfd76905.tar.gz emacs-3f356e65a03477633a87644d1c3efcb2cfd76905.zip | |
(Qemacs_mule): Extern it.
| -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; | |||
| 390 | extern char *conversion_buffer, *get_conversion_buffer (); | 390 | extern char *conversion_buffer, *get_conversion_buffer (); |
| 391 | extern Lisp_Object Fcheck_coding_system (); | 391 | extern Lisp_Object Fcheck_coding_system (); |
| 392 | extern Lisp_Object Qcoding_system, Qeol_type, Qcoding_category_index; | 392 | extern Lisp_Object Qcoding_system, Qeol_type, Qcoding_category_index; |
| 393 | extern Lisp_Object Qemacs_mule; | ||
| 393 | extern Lisp_Object Qbuffer_file_coding_system; | 394 | extern Lisp_Object Qbuffer_file_coding_system; |
| 394 | extern Lisp_Object Vcoding_category_list; | 395 | extern Lisp_Object Vcoding_category_list; |
| 395 | 396 | ||