diff lisp/info.el @ 25878:7c9c789fc167

(Info-suffix-list): Add bzip2 for ms-dos.
author Dave Love <fx@gnu.org>
date Wed, 06 Oct 1999 18:38:41 +0000
parents 620e4683a89e
children 11f91800bec3
line wrap: on
line diff
--- 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")