diff options
Diffstat (limited to 'src/keymap.c')
| -rw-r--r-- | src/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keymap.c b/src/keymap.c index 47e3f50786b..904e3c89d55 100644 --- a/src/keymap.c +++ b/src/keymap.c | |||
| @@ -2181,7 +2181,7 @@ spaces are put between sequence elements, etc. */) | |||
| 2181 | len += 2; | 2181 | len += 2; |
| 2182 | } | 2182 | } |
| 2183 | else if (len == 0) | 2183 | else if (len == 0) |
| 2184 | return empty_string; | 2184 | return empty_unibyte_string; |
| 2185 | return Fconcat (len - 1, args); | 2185 | return Fconcat (len - 1, args); |
| 2186 | } | 2186 | } |
| 2187 | 2187 | ||