# HG changeset patch # User Dave Love # Date 939124055 0 # Node ID 620e4683a89ebc93411aea80e2396adc77d7a539 # Parent 5b140e9ad7efbd3f755e9b238d692e39ac119e25 Require jka-compr when compiling. (Info-suffix-list): Add bzip2 files (non-ms-dos only). diff -r 5b140e9ad7ef -r 620e4683a89e lisp/info.el --- a/lisp/info.el Tue Oct 05 11:41:48 1999 +0000 +++ b/lisp/info.el Tue Oct 05 11:47:35 1999 +0000 @@ -29,6 +29,8 @@ ;;; Code: +(eval-when-compile (require 'jka-compr)) + (defgroup info nil "Info subsystem" :group 'help @@ -148,21 +150,25 @@ (".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