bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#57572: 29.0.50; Tramp error with tramp-file-name-unify


From: Lars Ingebrigtsen
Subject: bug#57572: 29.0.50; Tramp error with tramp-file-name-unify
Date: Sun, 04 Sep 2022 13:12:03 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Thierry Volpiatto <thievol@posteo.net> writes:

>              ;; FIXME: This is a sanity check.  When this error
>              ;; doesn't happen for a while, it can be removed.
> -            (or (file-name-absolute-p localname)
> +            (or (file-name-absolute-p (expand-file-name localname))

This patch is the same as removing that sanity check, though, since
expand-file-name always returns an absolute name.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]