diff options
author | Glenn Morris <rgm@gnu.org> | 2009-11-19 07:42:20 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-11-19 07:42:20 +0000 |
commit | 470bce7d544776ea7a5c37f0ec8eee4951157aa8 (patch) | |
tree | add69ea5fae6612486f3e61aa07ec255a987e04c /lisp/dired-aux.el | |
parent | 88cff6b5a5feaf090c8e9ee9f837933fc3c6fe15 (diff) | |
download | emacs-470bce7d544776ea7a5c37f0ec8eee4951157aa8.tar.gz |
(dired-compress-file-suffixes): Add ".xz". (Bug#4953)
Diffstat (limited to 'lisp/dired-aux.el')
-rw-r--r-- | lisp/dired-aux.el | 1 |
1 files changed, 1 insertions, 0 deletions
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. |