Mercurial > hg > xemacs-beta
diff lisp/info.el @ 4450:ac6231e0c1df
Automated merge with file:/Sources/xemacs-21.5-checked-out
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Wed, 07 May 2008 21:21:08 +0200 |
parents | 3ff01259c4a2 |
children | 3acaa0fc09be |
line wrap: on
line diff
--- a/lisp/info.el Wed May 07 21:17:59 2008 +0200 +++ b/lisp/info.el Wed May 07 21:21:08 2008 +0200 @@ -479,6 +479,9 @@ (".info.zip" . "unzip -c %s") (".y" . "cat %s | unyabba") ("info.y" . "cat %s | unyabba") + ;; Mandriva Linux uses lzma. + (".lzma" . "unlzma --stdout %s") + (".info.lzma" . "unlzma --stdout %s") ;; These ones are for MS-DOS filenames. (".inf" . nil) (".igz" . "gzip -dc %s")