# HG changeset patch # User Dave Love # Date 939235121 0 # Node ID 7c9c789fc167f9ea4094a7e0ac13e1ef6768607c # Parent 9a7d8b436a5d1e19b71d7b52168053f0349b01d6 (Info-suffix-list): Add bzip2 for ms-dos. diff -r 9a7d8b436a5d -r 7c9c789fc167 lisp/info.el --- a/lisp/info.el Wed Oct 06 18:25:22 1999 +0000 +++ b/lisp/info.el Wed Oct 06 18:38:41 1999 +0000 @@ -133,6 +133,7 @@ (if (eq system-type 'ms-dos) '( (".gz" . "gunzip") (".z" . "gunzip") + (".bz2" . "bzip2 -dc") (".inz" . "gunzip") (".igz" . "gunzip") (".info.Z" . "gunzip")