]> git.eshelyaron.com Git - emacs.git/commit
Ensure that directories exist when copying files from archive
authorVisuwesh <visuweshm@gmail.com>
Sun, 17 Jul 2022 09:22:32 +0000 (11:22 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 17 Jul 2022 09:22:32 +0000 (11:22 +0200)
commit407ee71c067de943ec3d0abee54755f59baf47cd
treecf98ff70da36e794f6041369d820effaba8874bc
parente51850297fdb66e5141dd428cfd04c2005d9b80d
Ensure that directories exist when copying files from archive

* lisp/arc-mode.el (archive-copy-file): If the directory the file is
being extracted to does not exist, then create it (bug#56603).
lisp/arc-mode.el