From 54a3132cfa6541e74688e1cf7821aab7d8df926a Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Tue, 24 May 2022 12:15:41 +0200 Subject: [PATCH] Add ".epub" to Tramp archive file suffixes. * doc/misc/tramp.texi (Archive file names): * lisp/net/tramp-archive.el (tramp-archive-suffixes): Add ".epub". --- doc/misc/tramp.texi | 5 +++++ lisp/net/tramp-archive.el | 2 ++ 2 files changed, 7 insertions(+) diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index bb91aec0cc0..12d49877269 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi @@ -4478,6 +4478,11 @@ HP-UX SD depots @cindex @file{depot} file archive suffix @cindex file archive suffix @file{depot} +@item @samp{.epub} --- +Electronic publications +@cindex @file{epub} file archive suffix +@cindex file archive suffix @file{epub} + @item @samp{.exe} --- Self extracting Microsoft Windows EXE files @cindex @file{exe} file archive suffix diff --git a/lisp/net/tramp-archive.el b/lisp/net/tramp-archive.el index 4a020c7150f..f30aa021b64 100644 --- a/lisp/net/tramp-archive.el +++ b/lisp/net/tramp-archive.el @@ -57,6 +57,7 @@ ;; * ".crate" - Cargo (Rust) packages ;; * ".deb" - Debian packages ;; * ".depot" - HP-UX SD depots +;; * ".epub" - Electronic publications ;; * ".exe" - Self extracting Microsoft Windows EXE files ;; * ".iso" - ISO 9660 images ;; * ".jar" - Java archives @@ -145,6 +146,7 @@ "crate" ;; Cargo (Rust) packages. Not in libarchive testsuite. "deb" ;; Debian packages. Not in libarchive testsuite. "depot" ;; HP-UX SD depot. Not in libarchive testsuite. + "epub" ;; Electronic publications. Not in libarchive testsuite. "exe" ;; Self extracting Microsoft Windows EXE files. "iso" ;; ISO 9660 images. "jar" ;; Java archives. Not in libarchive testsuite. -- 2.39.2