Mercurial > emacs
changeset 25869:620e4683a89e
Require jka-compr when compiling.
(Info-suffix-list): Add bzip2 files (non-ms-dos only).
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 05 Oct 1999 11:47:35 +0000 |
parents | 5b140e9ad7ef |
children | a2680de7b3b3 |
files | lisp/info.el |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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