Mercurial > emacs
changeset 34732:b7a670811d36
(jka-compr-partial-uncompress): Don't use `concat' for numbers.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 20 Dec 2000 11:07:03 +0000 |
parents | 25147a856fd9 |
children | aeddbe4739d9 |
files | lisp/jka-compr.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/jka-compr.el Wed Dec 20 11:06:36 2000 +0000 +++ b/lisp/jka-compr.el Wed Dec 20 11:07:03 2000 +0000 @@ -291,7 +291,7 @@ ;; dd seems to be unreliable about ;; providing the last block. So, always ;; read one more than you think you need. - (if count (concat "count=" (1+ count)) "")))) + (if count (format "count=%d" (1+ count)) "")))) (unwind-protect (or (memq (call-process jka-compr-shell