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, 1 insertions, 1 deletions
diff --git a/src/coding.h b/src/coding.h
index b72ffde3c55..2d538ba69d3 100644
--- a/src/coding.h
+++ b/src/coding.h
@@ -193,7 +193,7 @@ enum coding_attr_index
193/* Return the ID of CODING_SYSTEM_SYMBOL. */ 193/* Return the ID of CODING_SYSTEM_SYMBOL. */
194 194
195#define CODING_SYSTEM_ID(coding_system_symbol) \ 195#define CODING_SYSTEM_ID(coding_system_symbol) \
196 hash_lookup (XHASH_TABLE (Vcoding_system_hash_table), \ 196 hash_find (XHASH_TABLE (Vcoding_system_hash_table), \
197 coding_system_symbol) 197 coding_system_symbol)
198 198
199/* Return true if CODING_SYSTEM_SYMBOL is a coding system. */ 199/* Return true if CODING_SYSTEM_SYMBOL is a coding system. */