]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-compress-file-suffixes): Add ".xz". (Bug#4953)
authorGlenn Morris <rgm@gnu.org>
Thu, 19 Nov 2009 07:42:20 +0000 (07:42 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 19 Nov 2009 07:42:20 +0000 (07:42 +0000)
lisp/ChangeLog
lisp/dired-aux.el

index 504d1162b192dd22a19393bf8abdfabcb4d7bb30..833e0ef737bf5c2f2a7b9b4620352f1802446cb9 100644 (file)
@@ -1,5 +1,7 @@
 2009-11-19  Glenn Morris  <rgm@gnu.org>
 
+       * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
+
        * textmodes/flyspell.el (sgml-lexical-context): Declare.
 
        * net/newst-treeview.el (newsticker-treeview-treewindow-width)
index ffe02cacdace2ab998a2ba0ca2ec40c467074a6d..b45b625b1ba1f9ef2e62cc6a496f38976c331fdd 100644 (file)
@@ -752,6 +752,7 @@ command with a prefix argument (the value does not matter)."
     ("\\.dz\\'" "" "dictunzip")
     ("\\.tbz\\'" ".tar" "bunzip2")
     ("\\.bz2\\'" "" "bunzip2")
+    ("\\.xz\\'" "" "unxz")
     ;; This item controls naming for compression.
     ("\\.tar\\'" ".tgz" nil))
   "Control changes in file name suffixes for compression and uncompression.