diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2019-05-18 11:11:23 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2019-05-18 11:11:23 +0200 |
commit | b9303ac2931a7945a47e97cf15aa45707c925892 (patch) | |
tree | 0b0dd89787c67a865c9c821c6d18dd7d8df1531a /lisp/net/tramp-archive.el | |
parent | 45ffe7329e88226809b860a9e8d57f09815820fc (diff) | |
download | emacs-b9303ac2931a7945a47e97cf15aa45707c925892.tar.gz emacs-b9303ac2931a7945a47e97cf15aa45707c925892.tar.bz2 emacs-b9303ac2931a7945a47e97cf15aa45707c925892.zip |
; Add comment in tramp-archive.el
Diffstat (limited to 'lisp/net/tramp-archive.el')
-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 b096edc4b36..e6ae73aae61 100644 --- a/lisp/net/tramp-archive.el +++ b/lisp/net/tramp-archive.el @@ -129,6 +129,8 @@ (setq tramp-archive-enabled tramp-gvfs-enabled) ;; <https://github.com/libarchive/libarchive/wiki/LibarchiveFormats> +;; Note: "arc" and "zoo" are supported by `archive-mode', but they +;; don't work here. ;;;###autoload (defconst tramp-archive-suffixes ;; "cab", "lzh", "msu" and "zip" are included with lower and upper |