aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c
index 53e98f89811..966492a322f 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -10214,7 +10214,7 @@ usage: (define-coding-system-internal ...) */)
10214 tmp = AREF (val, i); 10214 tmp = AREF (val, i);
10215 if (NILP (tmp)) 10215 if (NILP (tmp))
10216 tmp = XCAR (tail); 10216 tmp = XCAR (tail);
10217 else if (FIXED_OR_FLOATP (tmp)) 10217 else if (FIXNATP (tmp))
10218 { 10218 {
10219 dim2 = CHARSET_DIMENSION (CHARSET_FROM_ID (XFIXNAT (tmp))); 10219 dim2 = CHARSET_DIMENSION (CHARSET_FROM_ID (XFIXNAT (tmp)));
10220 if (dim < dim2) 10220 if (dim < dim2)