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:
parent
f2999a979e
commit
2d938ce753
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue