]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/net/tramp-archive.el (tramp-archive-autoload-file-name-regexp):
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 25 Nov 2018 20:49:41 +0000 (21:49 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 25 Nov 2018 20:49:41 +0000 (21:49 +0100)
; Keep indentation.

lisp/net/tramp-archive.el

index fd29ca8fd11b0e7416f679070f531da8c98db192..4c9439102ae453021543d70d95d69289faae9568 100644 (file)
@@ -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