diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2022-05-24 12:15:41 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2022-05-24 12:15:41 +0200 |
commit | 54a3132cfa6541e74688e1cf7821aab7d8df926a (patch) | |
tree | 4fc33691fca9cf31a72e5e8afb2c82712389e0d5 /lisp | |
parent | 59951f7af5877221a25d66a1344b649c6872bac6 (diff) | |
download | emacs-54a3132cfa6541e74688e1cf7821aab7d8df926a.tar.gz emacs-54a3132cfa6541e74688e1cf7821aab7d8df926a.tar.bz2 emacs-54a3132cfa6541e74688e1cf7821aab7d8df926a.zip |
Add ".epub" to Tramp archive file suffixes.
* doc/misc/tramp.texi (Archive file names):
* lisp/net/tramp-archive.el (tramp-archive-suffixes): Add ".epub".
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/net/tramp-archive.el | 2 |
1 files changed, 2 insertions, 0 deletions
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. |