]> git.eshelyaron.com Git - emacs.git/commitdiff
Add ".epub" to Tramp archive file suffixes.
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 24 May 2022 10:15:41 +0000 (12:15 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 24 May 2022 10:15:41 +0000 (12:15 +0200)
* doc/misc/tramp.texi (Archive file names):
* lisp/net/tramp-archive.el (tramp-archive-suffixes): Add ".epub".

doc/misc/tramp.texi
lisp/net/tramp-archive.el

index bb91aec0cc09a67ea367c1447e384e5978163c92..12d49877269e89c83353192bb233dd50964a1b04 100644 (file)
@@ -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
index 4a020c7150f3f58d372e1b056c499123acfdf85a..f30aa021b64e135e211ebb0f03049e903273b877 100644 (file)
@@ -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
     "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.