(Info-suffix-list): Add bzip2 for ms-dos.
This commit is contained in:
parent
f71b19b645
commit
76dc74a28b
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue