]> git.eshelyaron.com Git - emacs.git/commitdiff
Add ".msu" to Tramp file archives
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 27 Feb 2018 14:26:09 +0000 (15:26 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 27 Feb 2018 14:26:09 +0000 (15:26 +0100)
* doc/misc/tramp.texi (Archive file names):
* lisp/net/tramp-archive.el (tramp-archive-suffixes):  Add ".msu".

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

index 5038143f77eff1378ee6f3790b67bdd196871d06..f2530cd6eaae19cb568ba532be2bdea60950e39d 100644 (file)
@@ -3040,13 +3040,20 @@ Java archives
 @cindex @file{jar} file archive suffix
 @cindex file archive suffix @file{jar}
 
-@item @samp{.lzh}, @samp{LZH} ---
+@item @samp{.lzh}, @samp{.LZH} ---
 Microsoft Windows compressed LHA archives
 @cindex @file{lzh} file archive suffix
 @cindex @file{LZH} file archive suffix
 @cindex file archive suffix @file{lzh}
 @cindex file archive suffix @file{LZH}
 
+@item @samp{.msu}, @samp{.MSU} ---
+Microsoft Windows Update packages
+@cindex @file{msu} file archive suffix
+@cindex @file{MSU} file archive suffix
+@cindex file archive suffix @file{msu}
+@cindex file archive suffix @file{MSU}
+
 @item @samp{.mtree} ---
 BSD mtree format
 @cindex @file{mtree} file archive suffix
@@ -3072,7 +3079,7 @@ Shell archives
 @cindex @file{shar} file archive suffix
 @cindex file archive suffix @file{shar}
 
-@item @samp{.tar}, @samp{tbz}, @samp{tgz}, @samp{tlz}, @samp{txz} ---
+@item @samp{.tar}, @samp{.tbz}, @samp{.tgz}, @samp{.tlz}, @samp{.txz} ---
 (Compressed) tape archives
 @cindex @file{tar} file archive suffix
 @cindex @file{tbz} file archive suffix
index 2ed803a7dd8ce4e1c7748c5cc49c18f34157e136..87b69767f049070d7511faecd926459e1841617f 100644 (file)
 ;; * ".exe" - Self extracting Microsoft Windows EXE files
 ;; * ".iso" - ISO 9660 images
 ;; * ".jar" - Java archives
-;; * ".lzh", "LZH" - Microsoft Windows compressed LHA archives
+;; * ".lzh", ".LZH" - Microsoft Windows compressed LHA archives
+;; * ".msu", ".MSU" - Microsoft Windows Update packages
 ;; * ".mtree" - BSD mtree format
 ;; * ".pax" - Posix archives
 ;; * ".rar" - RAR archives
 ;; * ".rpm" - Red Hat packages
 ;; * ".shar" - Shell archives
-;; * ".tar", "tbz", "tgz", "tlz", "txz" - (Compressed) tape archives
+;; * ".tar", ".tbz", ".tgz", ".tlz", ".txz" - (Compressed) tape archives
 ;; * ".warc" - Web archives
 ;; * ".xar" - macOS XAR archives
 ;; * ".xpi" - XPInstall Mozilla addons
     "iso" ;; ISO 9660 images.
     "jar" ;; Java archives.  Not in libarchive testsuite.
     "lzh" "LZH" ;; Microsoft Windows compressed LHA archives.
+    "msu" "MSU" ;; Microsoft Windows Update packages.  Not in testsuite.
     "mtree" ;; BSD mtree format.
     "pax" ;; Posix archives.
     "rar" ;; RAR archives.