From 1b8c5961ea6816db9d1bd725c3815ed3dcbd3643 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sun, 25 Nov 2018 21:49:41 +0100 Subject: [PATCH] ; * lisp/net/tramp-archive.el (tramp-archive-autoload-file-name-regexp): ; Keep indentation. --- lisp/net/tramp-archive.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lisp/net/tramp-archive.el b/lisp/net/tramp-archive.el index fd29ca8fd11..4c9439102ae 100644 --- a/lisp/net/tramp-archive.el +++ b/lisp/net/tramp-archive.el @@ -176,10 +176,10 @@ It must be supported by libarchive(3).") "Regular expression matching archive file names." '(concat "\\`" "\\(" ".+" "\\." - ;; Default suffixes ... - (regexp-opt tramp-archive-suffixes) - ;; ... with compression. - "\\(?:" "\\." (regexp-opt tramp-archive-compression-suffixes) "\\)*" + ;; Default suffixes ... + (regexp-opt tramp-archive-suffixes) + ;; ... with compression. + "\\(?:" "\\." (regexp-opt tramp-archive-compression-suffixes) "\\)*" "\\)" ;; \1 "\\(" "/" ".*" "\\)" "\\'"))) ;; \2 -- 2.39.5