From: Kenichi Handa Date: Wed, 20 Dec 2000 11:07:03 +0000 (+0000) Subject: (jka-compr-partial-uncompress): Don't use `concat' for numbers. X-Git-Tag: emacs-pretest-21.0.95~388 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ee753ec8cf4b7a821a95610327bfd75eaec8ecc1;p=emacs.git (jka-compr-partial-uncompress): Don't use `concat' for numbers. --- diff --git a/lisp/jka-compr.el b/lisp/jka-compr.el index 682c46fc097..ae63d71c92e 100644 --- a/lisp/jka-compr.el +++ b/lisp/jka-compr.el @@ -291,7 +291,7 @@ to keep: LEN chars starting BEG chars from the beginning." ;; 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