comparison lisp/dired-aux.el @ 106114:9436bfeee055

(dired-compress-file-suffixes): Add ".xz". (Bug#4953)
author Glenn Morris <rgm@gnu.org>
date Thu, 19 Nov 2009 07:42:20 +0000
parents 009383a57ce8
children 16d3ef458ae1
comparison
equal deleted inserted replaced
106113:d1444d6e526a 106114:9436bfeee055
750 ;; or it might be from compact? pack? (which?) but gunzip handles both. 750 ;; or it might be from compact? pack? (which?) but gunzip handles both.
751 ("\\.z\\'" "" "gunzip") 751 ("\\.z\\'" "" "gunzip")
752 ("\\.dz\\'" "" "dictunzip") 752 ("\\.dz\\'" "" "dictunzip")
753 ("\\.tbz\\'" ".tar" "bunzip2") 753 ("\\.tbz\\'" ".tar" "bunzip2")
754 ("\\.bz2\\'" "" "bunzip2") 754 ("\\.bz2\\'" "" "bunzip2")
755 ("\\.xz\\'" "" "unxz")
755 ;; This item controls naming for compression. 756 ;; This item controls naming for compression.
756 ("\\.tar\\'" ".tgz" nil)) 757 ("\\.tar\\'" ".tgz" nil))
757 "Control changes in file name suffixes for compression and uncompression. 758 "Control changes in file name suffixes for compression and uncompression.
758 Each element specifies one transformation rule, and has the form: 759 Each element specifies one transformation rule, and has the form:
759 (REGEXP NEW-SUFFIX PROGRAM) 760 (REGEXP NEW-SUFFIX PROGRAM)