[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: |
Basil L. Contovounesios |
Subject: |
Re: master 5ee4209f30: cl-typep: Emit warning when using a type not known to be a type |
Date: |
Sat, 11 Jun 2022 19:32:08 +0300 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
Stefan Monnier [2022-06-11 11:13 -0400] wrote:
> 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.
Thanks, pushed:
Recognize processes as a CL type again
e53428994e 2022-06-11 19:21:55 +0300
https://git.sv.gnu.org/cgit/emacs.git/commit/?id=e53428994e
>>> 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.
Turns out my CA doesn't cover that, so it'll be a bit overduer.
--
Basil