[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[jka-compr.el] I left a bug in my previous patch
From: |
Luc Van Eycken |
Subject: |
[jka-compr.el] I left a bug in my previous patch |
Date: |
Thu, 15 Nov 2001 11:28:16 +0100 (MET) |
Hi,
Recently I re-submitted a bug report called "jka-compr-partial-uncompress
not working properly", which was committed to the CVS 8 days ago by
R. Stallman. Today I tried this CVS version 1.16. It indeed solves the problem
on NT, but due to inclusion of Emacs 20 code in my patch, an error is
generated on Unix platforms in Emacs 21. The included patch to the CVS
version 1.16 solves this problem.
Best regards,
Luc Van Eycken
--- jka-compr.1.16.el Thu Nov 15 10:24:46 2001
+++ jka-compr.el Thu Nov 15 10:57:53 2001
@@ -311,5 +311,5 @@
;; 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)) "")))
jka-compr-acceptable-retval-list)
(jka-compr-error prog args infile message err-file))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [jka-compr.el] I left a bug in my previous patch,
Luc Van Eycken <=