From f44c069077e0f991c4002f073949a02ae7532553 Mon Sep 17 00:00:00 2001 From: morioka Date: Tue, 24 Aug 1999 07:13:22 +0000 Subject: [PATCH] 1999-08-24 Taiji Can * mime-def.el: Use `int-to-string' instead of `number-to-string'. --- mime-def.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mime-def.el b/mime-def.el index ba62c8b..e1f0d21 100644 --- a/mime-def.el +++ b/mime-def.el @@ -51,7 +51,7 @@ (defconst mime-library-version (eval-when-compile (concat (mime-product-name mime-library-product) " " - (mapconcat (function number-to-string) + (mapconcat (function int-to-string) (mime-product-version mime-library-product) ".") " - \"" (mime-product-code-name mime-library-product) "\""))) -- 1.7.10.4