summaryrefslogtreecommitdiff
path: root/src/coding.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/coding.c b/src/coding.c
index da6049cafbd..331b94e30a6 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -4304,7 +4304,7 @@ detect_coding (coding, src, src_bytes)
if (! mask)
idx = CODING_CATEGORY_IDX_RAW_TEXT;
- val = SYMBOL_VALUE (XVECTOR (Vcoding_category_table)->contents[idx]);
+ val = find_symbol_value (XVECTOR (Vcoding_category_table)->contents[idx]);
if (coding->eol_type != CODING_EOL_UNDECIDED)
{
@@ -7582,7 +7582,7 @@ call this function. */)
{
Lisp_Object val;
- val = SYMBOL_VALUE (XVECTOR (Vcoding_category_table)->contents[i]);
+ val = find_symbol_value (XVECTOR (Vcoding_category_table)->contents[i]);
if (!NILP (val))
{
if (! coding_system_table[i])