]> git.eshelyaron.com Git - emacs.git/commitdiff
Add ".crate" to Tramp archive file suffixes.
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 4 Dec 2021 19:02:07 +0000 (20:02 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 4 Dec 2021 19:02:07 +0000 (20:02 +0100)
* doc/misc/tramp.texi (Archive file names):
* lisp/net/tramp-archive.el (tramp-archive-suffixes): Add ".crate".

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

index 1f6d4ad6269ad8262465fe99232f2d130759f644..2a8a03828075b2ef7735ca9b446f2416142dde07 100644 (file)
@@ -3389,8 +3389,8 @@ indication that the process has been interrupted, and returns a
 corresponding string.
 
 This remote process handling does not apply to @acronym{GVFS}
-(@pxref{GVFS-based methods}) because the remote file system is mounted on
-the local host and @value{tramp} accesses it by changing the
+(@pxref{GVFS-based methods}) because the remote file system is mounted
+on the local host and @value{tramp} accesses it by changing the
 @code{default-directory}.
 
 @value{tramp} starts a remote process when a command is executed in a
@@ -4059,6 +4059,11 @@ CPIO archives
 @cindex @file{cpio} file archive suffix
 @cindex file archive suffix @file{cpio}
 
+@item @samp{.crate} ---
+Cargo (Rust) packages
+@cindex @file{crate} file archive suffix
+@cindex file archive suffix @file{crate}
+
 @item @samp{.deb} ---
 Debian packages
 @cindex @file{deb} file archive suffix
index efd38e6b4b7822dda4ee5f72d0315d2268946fe7..b0f447a3aeef8e387092ede0584e2379756a2803 100644 (file)
@@ -54,6 +54,7 @@
 ;; * ".ar" - UNIX archiver formats
 ;; * ".cab", ".CAB" - Microsoft Windows cabinets
 ;; * ".cpio" - CPIO archives
+;; * ".crate" - Cargo (Rust) packages
 ;; * ".deb" - Debian packages
 ;; * ".depot" - HP-UX SD depots
 ;; * ".exe" - Self extracting Microsoft Windows EXE files
     "ar" ;; UNIX archiver formats.
     "cab" "CAB" ;; Microsoft Windows cabinets.
     "cpio" ;; CPIO 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.
     "exe" ;; Self extracting Microsoft Windows EXE files.