(Info-suffix-list): Add bzip2 for ms-dos.

This commit is contained in:
Dave Love 1999-10-06 18:38:41 +00:00
parent f71b19b645
commit 76dc74a28b

View file

@ -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")