]> git.eshelyaron.com Git - emacs.git/commitdiff
Require jka-compr when compiling.
authorDave Love <fx@gnu.org>
Tue, 5 Oct 1999 11:47:35 +0000 (11:47 +0000)
committerDave Love <fx@gnu.org>
Tue, 5 Oct 1999 11:47:35 +0000 (11:47 +0000)
(Info-suffix-list): Add bzip2 files (non-ms-dos only).

lisp/info.el

index 29d8e1e9fa33b48d8aded7c28f08ddcac49958ef..86ff87f4e6f3e562981ed10a3cf101e144722ae9 100644 (file)
@@ -29,6 +29,8 @@
 
 ;;; Code:
 
+(eval-when-compile (require 'jka-compr))
+
 (defgroup info nil
   "Info subsystem"
   :group 'help
@@ -148,21 +150,25 @@ Marker points nowhere if file has no tag table.")
        (".info.Y".    "unyabba")
        (".info.gz".   "gunzip")
        (".info.z".    "gunzip")
+       (".info.bz2" . "bzip2 -dc")
        (".info".      nil)
        ("-info.Z".   "uncompress")
        ("-info.Y".   "unyabba")
        ("-info.gz".  "gunzip")
+       ("-info.bz2" . "bzip2 -dc")
        ("-info.z".   "gunzip")
        ("-info".     nil)
        ("/index.Z".   "uncompress")
        ("/index.Y".   "unyabba")
        ("/index.gz".  "gunzip")
        ("/index.z".   "gunzip")
+       ("/index.bz2". "bzip2 -dc")
        ("/index".     nil)
        (".Z".         "uncompress")
        (".Y".         "unyabba")
        (".gz".        "gunzip")
        (".z".         "gunzip")
+       (".bz2" .      "bzip2 -dc")
        ("".           nil)))
   "List of file name suffixes and associated decoding commands.
 Each entry should be (SUFFIX . STRING); the file is given to