From: Glenn Morris Date: Thu, 19 Nov 2009 07:42:20 +0000 (+0000) Subject: (dired-compress-file-suffixes): Add ".xz". (Bug#4953) X-Git-Tag: emacs-pretest-23.1.90~349 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=470bce7d544776ea7a5c37f0ec8eee4951157aa8;p=emacs.git (dired-compress-file-suffixes): Add ".xz". (Bug#4953) --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 504d1162b19..833e0ef737b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2009-11-19 Glenn Morris + * 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) diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index ffe02cacdac..b45b625b1ba 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -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.