emacs-devel
[Top][All Lists]
Advanced

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

Re: master 07b2e9b909: Fix BSD battery mode over TRAMP (bug#58307)


From: Stefan Monnier
Subject: Re: master 07b2e9b909: Fix BSD battery mode over TRAMP (bug#58307)
Date: Thu, 06 Oct 2022 09:44:45 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

> +                        (battery--call-process-to-string
> +                         (executable-find "uname")))))

`call-process` looks through `exec-path` (aka $PATH) already, so the
call to `executable-find` here (and maybe elsewhere) is redundant.


        Stefan




reply via email to

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