]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix an oversight in tramp-smb.el
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 28 Nov 2018 15:46:49 +0000 (16:46 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 28 Nov 2018 15:46:49 +0000 (16:46 +0100)
lisp/net/tramp-smb.el

index a49dbbdb39aff8e92cc5755d9fce45158cf45789..d1a922813db5049fe44ddd19b8f363e151d63d47 100644 (file)
@@ -1801,7 +1801,7 @@ Result is the list (LOCALNAME MODE SIZE MTIME)."
                    (if (string-match-p "D" mode) "d" "-")
                    (mapconcat
                     (lambda (_x) "") "    "
-                    (concat "r" (if (string-match "R" mode) "-" "w") "x")))
+                    (concat "r" (if (string-match-p "R" mode) "-" "w") "x")))
             line (substring line 0 -6))
          (cl-return))