Mercurial > hg > xemacs-beta
diff lisp/info.el @ 4550:1217f19ce196
Merge.
HG: changed lisp/ChangeLog
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Mon, 21 Jan 2008 22:54:43 +0100 |
parents | 3ff01259c4a2 |
children | 3acaa0fc09be |
line wrap: on
line diff
--- a/lisp/info.el Mon Jan 21 22:51:21 2008 +0100 +++ b/lisp/info.el Mon Jan 21 22:54:43 2008 +0100 @@ -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")