]> git.eshelyaron.com Git - emacs.git/commit
Detect more types of split zip archives
authorJens Schmidt <jschmidt4gnu@vodafonemail.de>
Fri, 18 Apr 2025 12:16:17 +0000 (14:16 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 26 Apr 2025 17:29:52 +0000 (19:29 +0200)
commit4f035f090e1c1994216e9e7178544e80d0611991
treeae40567fe2016c0961a5fac2f8bb4b8ad4d1f720
parentb6d0808afcebcfa08b81a6059777dba1550d52b3
Detect more types of split zip archives

* lisp/arc-mode.el (archive-find-type): Detect more types of
split zip archives.
* test/lisp/arc-mode-tests.el (arc-mode-test-make-file)
(arc-mode-test-make-archive): Factor out functions from ...
(arc-mode-test-zip-ensure-ext): ... this test.
(define-arc-mode-test-on-type): Add macro to test function
`archive-find-type' and use the macro to test detection of
various archive types.  (Bug 77898)

(cherry picked from commit d74cbf0519edff34f334b62b4f163e98d51336e0)
lisp/arc-mode.el
test/lisp/arc-mode-tests.el