changeset 23348:051cdf587a57

(jka-compr-compression-info-list): Remove "-c" from bzip2 args.
author Dave Love <fx@gnu.org>
date Tue, 29 Sep 1998 10:41:20 +0000
parents 49e47671810d
children 081564884463
files lisp/jka-compr.el
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/jka-compr.el	Tue Sep 29 10:14:44 1998 +0000
+++ b/lisp/jka-compr.el	Tue Sep 29 10:41:20 1998 +0000
@@ -131,9 +131,12 @@
      "compressing"    "compress"     ("-c")
      "uncompressing"  "uncompress"   ("-c")
      nil t]
+     ;; Formerly, these had an additional arg "-c", but that fails with
+     ;; "Version 0.1pl2, 29-Aug-97." (RedHat 5.1 GNU/Linux) and
+     ;; "Version 0.9.0b, 9-Sept-98".
     ["\\.bz2\\'"
-     "bzip2ing"        "bzip2"         ("-c")
-     "bunzip2ing"      "bzip2"         ("-d" "-c")
+     "bzip2ing"        "bzip2"         nil
+     "bunzip2ing"      "bzip2"         ("-d")
      nil t]
     ["\\.tgz\\'"
      "zipping"        "gzip"         ("-c" "-q")