aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.h')
-rw-r--r--src/coding.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/coding.h b/src/coding.h
index e38c0ee3968..0c03d1a44ed 100644
--- a/src/coding.h
+++ b/src/coding.h
@@ -97,6 +97,8 @@ enum define_coding_undecided_arg_index
97 97
98extern Lisp_Object Vcoding_system_hash_table; 98extern Lisp_Object Vcoding_system_hash_table;
99 99
100/* Name (or base name) of work buffer for code conversion. */
101extern Lisp_Object Vcode_conversion_workbuf_name;
100 102
101/* Enumeration of index to an attribute vector of a coding system. */ 103/* Enumeration of index to an attribute vector of a coding system. */
102 104