* net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
Suggested by Liam Stitt <stittl@cuug.ab.ca>.
This commit is contained in:
parent
7cc6e15441
commit
443d66962e
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2011-09-19 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
|
||||
Suggested by Liam Stitt <stittl@cuug.ab.ca>.
|
||||
|
||||
2011-09-18 Juri Linkov <juri@jurta.org>
|
||||
|
||||
* buff-menu.el (Buffer-menu-mode-map):
|
||||
|
|
|
@ -4025,6 +4025,7 @@ means discard it)."
|
|||
(defconst tramp-inline-compress-commands
|
||||
'(("gzip" "gzip -d")
|
||||
("bzip2" "bzip2 -d")
|
||||
("xz" "xz -d")
|
||||
("compress" "compress -d"))
|
||||
"List of compress and decompress commands for inline transfer.
|
||||
Each item is a list that looks like this:
|
||||
|
|
Loading…
Add table
Reference in a new issue