From: Lars Ingebrigtsen Date: Mon, 24 Jun 2019 14:02:46 +0000 (+0200) Subject: Fix up Zstandard/tramp patch slightly X-Git-Tag: emacs-27.0.90~2271 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e82ae0a27294172127480609a90c06977f3a4c7f;p=emacs.git Fix up Zstandard/tramp patch slightly * lisp/net/tramp-archive.el (tramp-archive-suffixes): Fix tzst suffix. From Michael Albinus (bug#33919). --- 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.