diff options
Diffstat (limited to 'src/coding.h')
| -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 | ||