emacs-devel
[Top][All Lists]
Advanced

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

Re: master 5ee4209f30: cl-typep: Emit warning when using a type not know


From: Stefan Monnier
Subject: Re: master 5ee4209f30: cl-typep: Emit warning when using a type not known to be a type
Date: Sat, 11 Jun 2022 11:13:19 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Basil L. Contovounesios [2022-06-11 15:49:14] wrote:
> Basil L. Contovounesios [2022-06-11 15:30 +0300] wrote:
>> Is the following a sufficient fix?

Looks good, yes.

>> diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el
>> index ada4f0344d..24a4cec4e2 100644
>> --- a/lisp/emacs-lisp/cl-macs.el
>> +++ b/lisp/emacs-lisp/cl-macs.el
>> @@ -3423,6 +3423,7 @@ cl--macroexp-fboundp
>>                   (null              . null)
>>                   (overlay   . overlayp)
>>                   (real              . numberp)
>> +                 (process   . processp)
>>                   (sequence  . sequencep)
>>                   (subr              . subrp)
>>                   (string    . stringp)
>
> [ I'll submit the patch to move 'p' after 'r' in the English alphabet
>   separately. ]

That's long overdue, indeed.


        Stefan




reply via email to

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