]> git.eshelyaron.com Git - emacs.git/commitdiff
(Info-suffix-list): Add bzip2 for ms-dos.
authorDave Love <fx@gnu.org>
Wed, 6 Oct 1999 18:38:41 +0000 (18:38 +0000)
committerDave Love <fx@gnu.org>
Wed, 6 Oct 1999 18:38:41 +0000 (18:38 +0000)
lisp/info.el

index 86ff87f4e6f3e562981ed10a3cf101e144722ae9..f8273d09f2da37905918f62bea2402eb33668c63 100644 (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")