emacs-devel
[Top][All Lists]
Advanced

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

Re: browse-url broken on master


From: Andy Moreton
Subject: Re: browse-url broken on master
Date: Thu, 07 May 2020 16:15:58 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (windows-nt)

On Thu 07 May 2020, Tassilo Horn wrote:

> Andy Moreton <address@hidden> writes:
>
> Hi Andy,
>> A recent change to `browse-url' has resulted in:
>>
>> (defun browse-url (url &rest args)
>>  ...
>>     (if (functionp nil)
>>         (apply function url args)
>>       (error "No suitable browser for URL %s" url))))
>>
>> This is obviously broken.
>
> Yes, already fixed in commit 2c905fb8a1.
>
> Sorry for the inconvenience,
>   Tassilo

I assumed that this might be left over from debugging.
Thanks for the prompt fix.

    AndyM




reply via email to

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