From: Dave Love Date: Wed, 6 Oct 1999 18:38:41 +0000 (+0000) Subject: (Info-suffix-list): Add bzip2 for ms-dos. X-Git-Tag: emacs-pretest-21.0.90~6564 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=76dc74a28b4503e29a22c61c12a990e29d7cdc7c;p=emacs.git (Info-suffix-list): Add bzip2 for ms-dos. --- diff --git a/lisp/info.el b/lisp/info.el index 86ff87f4e6f..f8273d09f2d 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -133,6 +133,7 @@ Marker points nowhere if file has no tag table.") (if (eq system-type 'ms-dos) '( (".gz" . "gunzip") (".z" . "gunzip") + (".bz2" . "bzip2 -dc") (".inz" . "gunzip") (".igz" . "gunzip") (".info.Z" . "gunzip")