Replace tab with whitespace

This commit is contained in:
Wojciech Kozlowski 2024-05-02 20:56:59 +02:00
parent bdd2da67e9
commit 0e3495c888

View File

@ -459,7 +459,7 @@
(interactive) (interactive)
(let ((tem (dired-get-filename t t))) (let ((tem (dired-get-filename t t)))
(if tem (if tem
(browse-url-of-file (concat "file://///wsl$/" (browse-url-of-file (concat "file://///wsl$/"
(getenv "WSL_DISTRO_NAME") (getenv "WSL_DISTRO_NAME")
(expand-file-name tem))) (expand-file-name tem)))
(error "No file on this line")))) (error "No file on this line"))))