From 76dc74a28b4503e29a22c61c12a990e29d7cdc7c Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 6 Oct 1999 18:38:41 +0000 Subject: [PATCH] (Info-suffix-list): Add bzip2 for ms-dos. --- lisp/info.el | 1 + 1 file changed, 1 insertion(+) 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") -- 2.39.5