mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 20:32:00 -08:00
; Fix an oversight in tramp-smb.el
This commit is contained in:
parent
9b9c70b7db
commit
febdedfa8d
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue