]> git.eshelyaron.com Git - emacs.git/commit
Add support for 7z archives
authorOleh Krehel <ohwoeowho@gmail.com>
Tue, 29 Mar 2016 13:59:35 +0000 (15:59 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Tue, 29 Mar 2016 14:05:55 +0000 (16:05 +0200)
commit9e68dfa23e726eb66831d0b54cee998569b2c44d
tree9ecf8a1ae8c24390b4465c89b3690918a6ca7efd
parent6df158cf55132cf8766c57b3e8911eabe993f2d2
Add support for 7z archives

* lisp/dired-aux.el (dired-compress-file-suffixes): "Z" should now
  also work with 7z archives.

The shell command should produce a single extracted directory named
after the archive's name.

In case the extracted directory exists, all files will be overwritten
without a prompt. This matches the expected behavior with the "tar.gz"
archives.
lisp/dired-aux.el