]> git.eshelyaron.com Git - emacs.git/commitdiff
* net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 19 Sep 2011 06:53:45 +0000 (08:53 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 19 Sep 2011 06:53:45 +0000 (08:53 +0200)
Suggested by Liam Stitt <stittl@cuug.ab.ca>.

lisp/ChangeLog
lisp/net/tramp-sh.el

index b20f3e157c3b58d7401ea6cccc3239c9823c4e0d..d748c1a967c28e7a5ecb414aa2a9ebfac3d0935e 100644 (file)
@@ -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):
index e50bb8498dbaf395bc203989c563b06133e7d10b..e94581392faf5273793bf3dd81758479df5d3090 100644 (file)
@@ -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: