emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r105835: * net/tramp-sh.el (tramp-inl


From: Michael Albinus
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105835: * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
Date: Mon, 19 Sep 2011 08:53:45 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105835
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Mon 2011-09-19 08:53:45 +0200
message:
  * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
  Suggested by Liam Stitt <address@hidden>.
modified:
  lisp/ChangeLog
  lisp/net/tramp-sh.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-09-18 20:43:20 +0000
+++ b/lisp/ChangeLog    2011-09-19 06:53:45 +0000
@@ -1,3 +1,8 @@
+2011-09-19  Michael Albinus  <address@hidden>
+
+       * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
+       Suggested by Liam Stitt <address@hidden>.
+
 2011-09-18  Juri Linkov  <address@hidden>
 
        * buff-menu.el (Buffer-menu-mode-map):

=== modified file 'lisp/net/tramp-sh.el'
--- a/lisp/net/tramp-sh.el      2011-09-18 11:26:15 +0000
+++ b/lisp/net/tramp-sh.el      2011-09-19 06:53:45 +0000
@@ -4025,6 +4025,7 @@
 (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:


reply via email to

[Prev in Thread] Current Thread [Next in Thread]