aboutsummaryrefslogtreecommitdiffstats
path: root/src/ccl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ccl.c')
-rw-r--r--src/ccl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ccl.c b/src/ccl.c
index d3879abae6b..52a4ff3c388 100644
--- a/src/ccl.c
+++ b/src/ccl.c
@@ -2274,7 +2274,7 @@ Return index number of the registered map.")
2274 if (EQ (symbol, XCAR (slot))) 2274 if (EQ (symbol, XCAR (slot)))
2275 { 2275 {
2276 index = make_number (i); 2276 index = make_number (i);
2277 XCDR (slot) = map; 2277 XSETCDR (slot, map);
2278 Fput (symbol, Qcode_conversion_map, map); 2278 Fput (symbol, Qcode_conversion_map, map);
2279 Fput (symbol, Qcode_conversion_map_id, index); 2279 Fput (symbol, Qcode_conversion_map_id, index);
2280 return index; 2280 return index;