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 93da9db0d36..c7bfe25e0cc 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -9783,7 +9783,7 @@ usage: (define-coding-system-internal ...) */)
9783 CHECK_VECTOR (initial); 9783 CHECK_VECTOR (initial);
9784 for (i = 0; i < 4; i++) 9784 for (i = 0; i < 4; i++)
9785 { 9785 {
9786 val = Faref (initial, make_number (i)); 9786 val = AREF (initial, i);
9787 if (! NILP (val)) 9787 if (! NILP (val))
9788 { 9788 {
9789 struct charset *charset; 9789 struct charset *charset;