]> git.eshelyaron.com Git - emacs.git/commitdiff
(jka-compr-compression-info-list): Remove "-c" from
authorDave Love <fx@gnu.org>
Tue, 29 Sep 1998 10:41:20 +0000 (10:41 +0000)
committerDave Love <fx@gnu.org>
Tue, 29 Sep 1998 10:41:20 +0000 (10:41 +0000)
bzip2 args.

lisp/jka-compr.el

index fc53a0b329a55331302d4605954ffd860a5ec4de..caa07110818a7b29ffd4a1d97dc09348f5423c88 100644 (file)
@@ -131,9 +131,12 @@ for `jka-compr-compression-info-list')."
      "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")