Rename int-to-string to number-to-string, since it can handle
[bpt/emacs.git] / src / mocklisp.c
index 5e86a8f..cc33961 100644 (file)
@@ -211,7 +211,7 @@ is converted into a string by expressing it in decimal.")
       tem = args[argnum];
     retry:
       if (XTYPE (tem) == Lisp_Int)
-       tem = Fint_to_string (tem);
+       tem = Fnumber_to_string (tem);
       if (XTYPE (tem) == Lisp_String)
        insert1 (tem);
       else