aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keymap.c')
-rw-r--r--src/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keymap.c b/src/keymap.c
index 95534f9efa6..3649177d045 100644
--- a/src/keymap.c
+++ b/src/keymap.c
@@ -2218,7 +2218,7 @@ spaces are put between sequence elements, etc. */)
2218 len += 2; 2218 len += 2;
2219 } 2219 }
2220 else if (len == 0) 2220 else if (len == 0)
2221 return empty_string; 2221 return empty_unibyte_string;
2222 return Fconcat (len - 1, args); 2222 return Fconcat (len - 1, args);
2223 } 2223 }
2224 2224