1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(dired-compress-file-suffixes): Add `bz2'.

This commit is contained in:
Karl Heuer 1998-08-27 15:21:25 +00:00
parent f2999a979e
commit 2d938ce753

View file

@ -518,6 +518,7 @@ and use this command with a prefix argument (the value does not matter)."
;; For .z, try gunzip. It might be an old gzip file,
;; or it might be from compact? pack? (which?) but gunzip handles both.
("\\.z\\'" "" "gunzip")
("\\.bz2\\'" "" "bunzip2")
;; This item controls naming for compression.
("\\.tar\\'" ".tgz" nil))
"Control changes in file name suffixes for compression and uncompression.