aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/coding.h1
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;
390extern char *conversion_buffer, *get_conversion_buffer (); 390extern char *conversion_buffer, *get_conversion_buffer ();
391extern Lisp_Object Fcheck_coding_system (); 391extern Lisp_Object Fcheck_coding_system ();
392extern Lisp_Object Qcoding_system, Qeol_type, Qcoding_category_index; 392extern Lisp_Object Qcoding_system, Qeol_type, Qcoding_category_index;
393extern Lisp_Object Qemacs_mule;
393extern Lisp_Object Qbuffer_file_coding_system; 394extern Lisp_Object Qbuffer_file_coding_system;
394extern Lisp_Object Vcoding_category_list; 395extern Lisp_Object Vcoding_category_list;
395 396