projects
/
elisp
/
flim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2c7736
)
1999-08-24 Taiji Can <Taiji.Can@atesoft.advantest.co.jp>
author
morioka
<morioka>
Tue, 24 Aug 1999 07:13:22 +0000
(07:13 +0000)
committer
morioka
<morioka>
Tue, 24 Aug 1999 07:13:22 +0000
(07:13 +0000)
* mime-def.el: Use `int-to-string' instead of `number-to-string'.
mime-def.el
patch
|
blob
|
history
diff --git
a/mime-def.el
b/mime-def.el
index
ba62c8b
..
e1f0d21
100644
(file)
--- 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) "\"")))