emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] scratch/record cb770f2 4/6: Make the URL library use r


From: Lars Brinkhoff
Subject: Re: [Emacs-diffs] scratch/record cb770f2 4/6: Make the URL library use records.
Date: Wed, 22 Mar 2017 06:59:21 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Stefan Monnier <address@hidden> writes:
>>             (url-recreate-url
>> -            (if (vectorp url) url
>> +            (if (recordp url) url
>
> Shouldn't this use url-p ?

Quite possibly!  I aimed to make my change in the same spirit as the
original, but I was wondering why it used vectorp all over the place.
Is there anyone in charge of this code?




reply via email to

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