From e82ae0a27294172127480609a90c06977f3a4c7f Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Mon, 24 Jun 2019 16:02:46 +0200 Subject: [PATCH] Fix up Zstandard/tramp patch slightly * lisp/net/tramp-archive.el (tramp-archive-suffixes): Fix tzst suffix. From Michael Albinus (bug#33919). --- lisp/net/tramp-archive.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/net/tramp-archive.el b/lisp/net/tramp-archive.el index 8f15e37b5d8..7e17fde7306 100644 --- a/lisp/net/tramp-archive.el +++ b/lisp/net/tramp-archive.el @@ -77,8 +77,8 @@ ;; File archives could also be compressed, identified by an additional ;; compression suffix. Valid compression suffixes are listed in the ;; constant `tramp-archive-compression-suffixes'. They are ".bz2", -;; ".gz", ".lrz", ".lz", ".lz4", ".lzma", ".lzo", ".uu", ".xz",".Z", -;; and .zst. A valid archive file name would be +;; ".gz", ".lrz", ".lz", ".lz4", ".lzma", ".lzo", ".uu", ".xz", ".Z", +;; and ".zst". A valid archive file name would be ;; "/path/to/dir/file.tar.gz/dir/file". Even several suffixes in a ;; row are possible, like "/path/to/dir/file.tar.gz.uu/dir/file". @@ -154,7 +154,7 @@ "rar" ;; RAR archives. "rpm" ;; Red Hat packages. "shar" ;; Shell archives. Not in libarchive testsuite. - "tar" "tbz" "tgz" "tlz" "txz" ".tzst" ;; (Compressed) tape archives. + "tar" "tbz" "tgz" "tlz" "txz" "tzst" ;; (Compressed) tape archives. "warc" ;; Web archives. "xar" ;; macOS XAR archives. Not in libarchive testsuite. "xpi" ;; XPInstall Mozilla addons. Not in libarchive testsuite. -- 2.39.5