aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fns.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fns.c b/src/fns.c
index 2058fb63a4e..ef1ce628b17 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -918,6 +918,8 @@ string_make_multibyte (string)
918{ 918{
919 unsigned char *buf; 919 unsigned char *buf;
920 int nbytes; 920 int nbytes;
921 Lisp_Object ret;
922 USE_SAFE_ALLOCA;
921 923
922 if (STRING_MULTIBYTE (string)) 924 if (STRING_MULTIBYTE (string))
923 return string; 925 return string;