Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
4549:68d1ca56cffa | 4550:1217f19ce196 |
---|---|
477 (".info.Z" . "uncompress -c %s") | 477 (".info.Z" . "uncompress -c %s") |
478 (".zip" . "unzip -c %s") | 478 (".zip" . "unzip -c %s") |
479 (".info.zip" . "unzip -c %s") | 479 (".info.zip" . "unzip -c %s") |
480 (".y" . "cat %s | unyabba") | 480 (".y" . "cat %s | unyabba") |
481 ("info.y" . "cat %s | unyabba") | 481 ("info.y" . "cat %s | unyabba") |
482 ;; Mandriva Linux uses lzma. | |
483 (".lzma" . "unlzma --stdout %s") | |
484 (".info.lzma" . "unlzma --stdout %s") | |
482 ;; These ones are for MS-DOS filenames. | 485 ;; These ones are for MS-DOS filenames. |
483 (".inf" . nil) | 486 (".inf" . nil) |
484 (".igz" . "gzip -dc %s") | 487 (".igz" . "gzip -dc %s") |
485 (".inz" . "gzip -c %s")) | 488 (".inz" . "gzip -c %s")) |
486 "*List of file name suffixes and associated decoding commands. | 489 "*List of file name suffixes and associated decoding commands. |